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

Unified Diff: chrome/browser/apps/app_window_interactive_uitest.cc

Issue 494033002: Move AppWindow to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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: chrome/browser/apps/app_window_interactive_uitest.cc
diff --git a/chrome/browser/apps/app_window_interactive_uitest.cc b/chrome/browser/apps/app_window_interactive_uitest.cc
index cd1158ef0a8f299988b81791b2e148b84c9d78b4..aab3337a2ab894989fce3d707bd6e217bc98d1eb 100644
--- a/chrome/browser/apps/app_window_interactive_uitest.cc
+++ b/chrome/browser/apps/app_window_interactive_uitest.cc
@@ -20,6 +20,7 @@
#include "ui/views/win/hwnd_util.h"
#endif
+using extensions::AppWindow;
using extensions::NativeAppWindow;
// Helper class that has to be created in the stack to check if the fullscreen
@@ -362,7 +363,7 @@ void AppWindowInteractiveTest::TestOuterBoundsHelper(
launched_listener.Reset();
ASSERT_TRUE(launched_listener.WaitUntilSatisfied());
- apps::AppWindow* window = GetFirstAppWindowForApp(app->id());
+ AppWindow* window = GetFirstAppWindowForApp(app->id());
gfx::Rect window_bounds;
gfx::Size min_size, max_size;

Powered by Google App Engine
This is Rietveld 408576698