summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_browser_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/testing_browser_process.h')
-rw-r--r--chrome/test/testing_browser_process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
index a6d4425..92234a2 100644
--- a/chrome/test/testing_browser_process.h
+++ b/chrome/test/testing_browser_process.h
@@ -101,7 +101,7 @@ class TestingBrowserProcess : public BrowserProcess {
return false;
}
- virtual ChromeViews::AcceleratorHandler* accelerator_handler() {
+ virtual views::AcceleratorHandler* accelerator_handler() {
return NULL;
}