| Index: extensions/shell/browser/shell_browsertest.cc
|
| diff --git a/apps/shell/browser/shell_browsertest.cc b/extensions/shell/browser/shell_browsertest.cc
|
| similarity index 90%
|
| rename from apps/shell/browser/shell_browsertest.cc
|
| rename to extensions/shell/browser/shell_browsertest.cc
|
| index 108f40d256b008a4206dcd5faee982c0268cf889..95206910d9a2b9eef1bf4a5250ebf2b049a855c8 100644
|
| --- a/apps/shell/browser/shell_browsertest.cc
|
| +++ b/extensions/shell/browser/shell_browsertest.cc
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "apps/shell/test/shell_test.h"
|
| -
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| @@ -11,8 +9,9 @@
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "extensions/common/extension_paths.h"
|
| +#include "extensions/shell/test/shell_test.h"
|
|
|
| -namespace apps {
|
| +namespace extensions {
|
|
|
| // Test that we can open an app window and wait for it to load.
|
| IN_PROC_BROWSER_TEST_F(AppShellTest, Basic) {
|
| @@ -29,4 +28,4 @@ IN_PROC_BROWSER_TEST_F(AppShellTest, Basic) {
|
| test_pass_observer.Wait();
|
| }
|
|
|
| -} // namespace apps
|
| +} // namespace extensions
|
|
|