Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(567)

Unified Diff: extensions/shell/browser/shell_browsertest.cc

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « extensions/shell/browser/shell_browser_main_parts.cc ('k') | extensions/shell/browser/shell_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698