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

Unified Diff: ash/test/ash_test_helper.h

Issue 37733003: Make GetRootWindow() return a Window instead of a RootWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 2 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
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | ash/test/ash_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_helper.h
diff --git a/ash/test/ash_test_helper.h b/ash/test/ash_test_helper.h
index 030f7f86e43cd07f6a6257abae63c3712e5d50c9..9e78fea6732d1fe113f17ecc4414a3feb06d0e0e 100644
--- a/ash/test/ash_test_helper.h
+++ b/ash/test/ash_test_helper.h
@@ -9,7 +9,7 @@
#include "base/memory/scoped_ptr.h"
namespace aura {
-class RootWindow;
+class Window;
} // namespace aura
namespace base {
@@ -41,10 +41,10 @@ class AshTestHelper {
// Destroys the ash::Shell and performs associated cleanup.
void TearDown();
- // Returns a RootWindow. Usually this is the active RootWindow, but that
+ // Returns a root Window. Usually this is the active root Window, but that
// method can return NULL sometimes, and in those cases, we fall back on the
- // primary RootWindow.
- aura::RootWindow* CurrentContext();
+ // primary root Window.
+ aura::Window* CurrentContext();
void RunAllPendingInMessageLoop();
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | ash/test/ash_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698