Index: chrome/browser/ui/panels/base_panel_browser_test.h |
diff --git a/chrome/browser/ui/panels/base_panel_browser_test.h b/chrome/browser/ui/panels/base_panel_browser_test.h |
index bd5a10d4a979e70b69538f29419653f84264ac90..abe638f2049b32e60df3028cf8caa96727252f00 100644 |
--- a/chrome/browser/ui/panels/base_panel_browser_test.h |
+++ b/chrome/browser/ui/panels/base_panel_browser_test.h |
@@ -55,7 +55,7 @@ class BasePanelBrowserTest : public InProcessBrowserTest { |
// tests to ensure we still have coverage on the bots. |
bool SkipTestIfCompizWM(); |
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; |
virtual void SetUpOnMainThread() OVERRIDE; |
protected: |