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

Unified Diff: components/exo/shell_surface.h

Issue 2030593002: Renames ash/wm/common into ash/common/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « components/exo/pointer_unittest.cc ('k') | components/exo/shell_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/shell_surface.h
diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h
index 8931ee1618fb81a4c2aff5c5c7d135fa39c7fda7..1316c08ada0ad91166d7f70e21ecfddd1eae096c 100644
--- a/components/exo/shell_surface.h
+++ b/components/exo/shell_surface.h
@@ -9,7 +9,7 @@
#include <memory>
#include <string>
-#include "ash/wm/common/window_state_observer.h"
+#include "ash/common/wm/window_state_observer.h"
#include "base/macros.h"
#include "base/strings/string16.h"
#include "components/exo/surface_delegate.h"
@@ -226,7 +226,7 @@ class ShellSurface : public SurfaceDelegate,
const gfx::Rect initial_bounds_;
const bool activatable_;
const bool resizeable_;
- // Container Window Id (see ash/wm/common/wm_shell_window_ids.h)
+ // Container Window Id (see ash/common/wm/wm_shell_window_ids.h)
const int container_;
base::string16 title_;
std::string application_id_;
« no previous file with comments | « components/exo/pointer_unittest.cc ('k') | components/exo/shell_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698