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

Unified Diff: components/exo/shell_surface.h

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: move files to ash/shared, fix deps Created 4 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
Index: components/exo/shell_surface.h
diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h
index 3fd85d57eb35dbd3a04d8a48d3b4bcd494b7f8e0..f9ca7b990ecf69f91d33b50c2ae9a6db77760325 100644
--- a/components/exo/shell_surface.h
+++ b/components/exo/shell_surface.h
@@ -271,7 +271,7 @@ class ShellSurface : public SurfaceDelegate,
aura::Window* parent_;
const gfx::Rect initial_bounds_;
const bool activatable_;
- // Container Window Id (see ash/common/shell_window_ids.h)
+ // Container Window Id (see ash/shared/shell_window_ids.h)
const int container_;
bool pending_show_widget_ = false;
base::string16 title_;

Powered by Google App Engine
This is Rietveld 408576698