diff options
Diffstat (limited to 'chrome/browser/ui/panels')
-rw-r--r-- | chrome/browser/ui/panels/base_panel_browser_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/panels/base_panel_browser_test.h b/chrome/browser/ui/panels/base_panel_browser_test.h index bd5a10d4..abe638f 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: |