| Index: chrome/browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc (revision 170548)
|
| +++ chrome/browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc (working copy)
|
| @@ -159,7 +159,7 @@
|
| }
|
|
|
| // aura::client::ActivationDelegate overrides.
|
| - virtual bool ShouldActivate() const OVERRIDE {
|
| + virtual bool ShouldActivate(const ui::Event* event) OVERRIDE {
|
| return true;
|
| }
|
| virtual void OnActivated() OVERRIDE {
|
|
|