Index: chrome/browser/ui/browser_navigator_browsertest.h |
diff --git a/chrome/browser/ui/browser_navigator_browsertest.h b/chrome/browser/ui/browser_navigator_browsertest.h |
index 7821c892ee48e9703f2894a33d1c662a1ee8d15e..2027e83081978e103771f0e11ec976b0748037d8 100644 |
--- a/chrome/browser/ui/browser_navigator_browsertest.h |
+++ b/chrome/browser/ui/browser_navigator_browsertest.h |
@@ -13,6 +13,10 @@ |
class Profile; |
+namespace base { |
+class CommandLine; |
+} |
+ |
namespace chrome { |
struct NavigateParams; |
} |
@@ -39,6 +43,9 @@ class BrowserNavigatorTest : public InProcessBrowserTest, |
void RunUseNonIncognitoWindowTest(const GURL& url); |
void RunDoNothingIfIncognitoIsForcedTest(const GURL& url); |
+ // InProcessBrowserTest: |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; |
+ |
// content::NotificationObserver: |
virtual void Observe(int type, |
const content::NotificationSource& source, |