Index: android_webview/lib/aw_browser_dependency_factory_impl.h |
diff --git a/android_webview/lib/aw_browser_dependency_factory_impl.h b/android_webview/lib/aw_browser_dependency_factory_impl.h |
index c9aae847d35f18ddcc3d9f34ff04fb35b31786ca..127960aefcf4608c00afc1d22597be73af99ed97 100644 |
--- a/android_webview/lib/aw_browser_dependency_factory_impl.h |
+++ b/android_webview/lib/aw_browser_dependency_factory_impl.h |
@@ -28,8 +28,8 @@ class AwBrowserDependencyFactoryImpl : public AwBrowserDependencyFactory { |
static void InstallInstance(); |
// AwBrowserDependencyFactory |
- virtual content::BrowserContext* GetBrowserContext(bool incognito) OVERRIDE; |
- virtual content::WebContents* CreateWebContents(bool incognito) OVERRIDE; |
+ virtual content::BrowserContext* GetBrowserContext() OVERRIDE; |
+ virtual content::WebContents* CreateWebContents() OVERRIDE; |
private: |
DISALLOW_COPY_AND_ASSIGN(AwBrowserDependencyFactoryImpl); |