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

Unified Diff: components/exo/shell_surface.h

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: rebase 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
« 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 3fd85d57eb35dbd3a04d8a48d3b4bcd494b7f8e0..511a57cbffbca9a94e54b96981da226680a6334b 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/public/cpp/shell_window_ids.h)
const int container_;
bool pending_show_widget_ = false;
base::string16 title_;
« 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