summaryrefslogtreecommitdiffstats
path: root/ash/test/test_shell_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/test/test_shell_delegate.cc')
-rw-r--r--ash/test/test_shell_delegate.cc11
1 files changed, 3 insertions, 8 deletions
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index ed468dc..b5d7fc0 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -31,10 +31,6 @@
#include "ash/system/tray/system_tray_notifier.h"
#endif
-namespace content {
-class BrowserContext;
-}
-
namespace ash {
namespace test {
namespace {
@@ -179,10 +175,9 @@ MediaDelegate* TestShellDelegate::CreateMediaDelegate() {
}
ui::MenuModel* TestShellDelegate::CreateContextMenu(
- aura::Window* root,
- ash::ShelfItemDelegate* item_delegate,
- ash::ShelfItem* item) {
- return NULL;
+ aura::Window* root_window,
+ const ash::ShelfItem* item) {
+ return nullptr;
}
GPUSupport* TestShellDelegate::CreateGPUSupport() {