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

Unified Diff: extensions/browser/app_window/app_window_browsertest.cc

Issue 494033002: Move AppWindow to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unneeded include in chrome_shell_delegate.cc Created 6 years, 4 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/browser/app_window/app_window_browsertest.cc
diff --git a/apps/app_window_browsertest.cc b/extensions/browser/app_window/app_window_browsertest.cc
similarity index 94%
rename from apps/app_window_browsertest.cc
rename to extensions/browser/app_window/app_window_browsertest.cc
index a132a1b62ba0287081478a2e919a66aca947c063..180011105916d04ac0bb7c53527926a21fc7e154 100644
--- a/apps/app_window_browsertest.cc
+++ b/extensions/browser/app_window/app_window_browsertest.cc
@@ -5,14 +5,11 @@
#include "chrome/browser/apps/app_browsertest_util.h"
#include "extensions/browser/app_window/native_app_window.h"
-using extensions::Extension;
-using extensions::NativeAppWindow;
-
-namespace apps {
+namespace extensions {
namespace {
-typedef extensions::PlatformAppBrowserTest AppWindowBrowserTest;
+typedef PlatformAppBrowserTest AppWindowBrowserTest;
// This test is disabled on Linux because of the unpredictable nature of native
// windows. We cannot assume that the window manager will insert any title bar
@@ -79,4 +76,4 @@ IN_PROC_BROWSER_TEST_F(AppWindowBrowserTest, FrameInsetsForNoFrame) {
} // namespace
-} // namespace apps
+} // namespace extensions
« no previous file with comments | « extensions/browser/app_window/app_window.cc ('k') | extensions/browser/app_window/app_window_interactive_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698