Chromium Code Reviews| Index: ash/shell/window_watcher.h |
| diff --git a/ash/shell/window_watcher.h b/ash/shell/window_watcher.h |
| index 472e245afda848c40e8227ed9c45c95c59873bf0..9ec6b37db47e82bc8de91d5cdc11c7899dd14643 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 ash::ShelfID& id); |
|
James Cook
2017/05/04 16:38:49
nit: ash:: not needed?
msw
2017/05/04 19:05:57
Done here and in the cc file.
|
| // aura::WindowObserver overrides: |
| void OnWindowAdded(aura::Window* new_window) override; |