chromium/extensions/shell/test/shell_test_helper_aura.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef EXTENSIONS_SHELL_TEST_SHELL_TEST_HELPER_AURA_H_
#define EXTENSIONS_SHELL_TEST_SHELL_TEST_HELPER_AURA_H_

#include <memory>

#include "ui/gfx/geometry/rect.h"

namespace aura {
namespace test {
class AuraTestHelper;
}
}  // namespace aura

namespace extensions {

class AppWindow;

// A helper class that does common Aura initialization required for the shell.
class ShellTestHelperAura {};

}  // namespace extensions

#endif  // EXTENSIONS_SHELL_TEST_SHELL_TEST_HELPER_AURA_H_