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