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

Unified Diff: ash/scoped_target_root_window.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/root_window_settings.cc ('k') | ash/scoped_target_root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/scoped_target_root_window.h
diff --git a/ash/scoped_target_root_window.h b/ash/scoped_target_root_window.h
index ab695be6b6e1f9f52532f7c5ec837ccfb71aa23b..0e7a8b18d7ca238b40da0c8705ae5e93c83854da 100644
--- a/ash/scoped_target_root_window.h
+++ b/ash/scoped_target_root_window.h
@@ -7,7 +7,7 @@
#include "base/basictypes.h"
namespace aura {
-class RootWindow;
+class Window;
}
namespace ash {
@@ -20,7 +20,7 @@ namespace internal {
// a new window using launcher's icon.
class ScopedTargetRootWindow {
public:
- explicit ScopedTargetRootWindow(aura::RootWindow* root_window);
+ explicit ScopedTargetRootWindow(aura::Window* root_window);
~ScopedTargetRootWindow();
private:
« no previous file with comments | « ash/root_window_settings.cc ('k') | ash/scoped_target_root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698