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

Unified Diff: ash/common/wm/wm_window.h

Issue 2025413002: Moves RootWindowControllerCommon and LayoutManager to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_root_window_controller_common
Patch Set: merge Created 4 years, 7 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/common/wm/wm_shell_window_ids.h ('k') | ash/common/wm/workspace/multi_window_resize_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/wm_window.h
diff --git a/ash/common/wm/wm_window.h b/ash/common/wm/wm_window.h
index e00f59d000a353c606f936f80ef41f837035993a..7b013b4f734bea1112e5031a0e73c324c63d5dbc 100644
--- a/ash/common/wm/wm_window.h
+++ b/ash/common/wm/wm_window.h
@@ -67,7 +67,7 @@ class ASH_EXPORT WmWindow {
virtual base::string16 GetTitle() const = 0;
- // See wm_shell_window_ids.h for list of known ids.
+ // See shell_window_ids.h for list of known ids.
virtual void SetShellWindowId(int id) = 0;
virtual int GetShellWindowId() const = 0;
virtual WmWindow* GetChildByShellWindowId(int id) = 0;
« no previous file with comments | « ash/common/wm/wm_shell_window_ids.h ('k') | ash/common/wm/workspace/multi_window_resize_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698