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; |