| Index: ash/test/test_shell_delegate.h
|
| diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h
|
| index 35a6a7a4ac4306830d1ff71caea8fcbca7dda8a8..b929822cf1c0cd710aaab44d231ad3e45c722663 100644
|
| --- a/ash/test/test_shell_delegate.h
|
| +++ b/ash/test/test_shell_delegate.h
|
| @@ -43,6 +43,7 @@ class TestShellDelegate : public ShellDelegate {
|
| virtual SystemTrayDelegate* CreateSystemTrayDelegate(SystemTray* t) OVERRIDE;
|
| virtual UserWallpaperDelegate* CreateUserWallpaperDelegate() OVERRIDE;
|
| virtual aura::client::UserActionClient* CreateUserActionClient() OVERRIDE;
|
| + virtual void OpenFeedbackPage() OVERRIDE;
|
|
|
| private:
|
| bool locked_;
|
|
|