| Index: ash/shell/window_watcher.h
|
| diff --git a/ash/shell/window_watcher.h b/ash/shell/window_watcher.h
|
| index 472e245afda848c40e8227ed9c45c95c59873bf0..895035fe205f371ccd0fd7cc06d6e1c13748f265 100644
|
| --- a/ash/shell/window_watcher.h
|
| +++ b/ash/shell/window_watcher.h
|
| @@ -34,7 +34,7 @@ class WindowWatcher : public aura::WindowObserver,
|
| WindowWatcher();
|
| ~WindowWatcher() override;
|
|
|
| - aura::Window* GetWindowByID(ash::ShelfID id);
|
| + aura::Window* GetWindowByID(const ShelfID& id);
|
|
|
| // aura::WindowObserver overrides:
|
| void OnWindowAdded(aura::Window* new_window) override;
|
| @@ -49,7 +49,7 @@ class WindowWatcher : public aura::WindowObserver,
|
| private:
|
| class WorkspaceWindowWatcher;
|
|
|
| - typedef std::map<ash::ShelfID, aura::Window*> IDToWindow;
|
| + typedef std::map<ShelfID, aura::Window*> IDToWindow;
|
|
|
| // Maps from window to the id we gave it.
|
| IDToWindow id_to_window_;
|
|
|