Index: content/browser/mock_content_browser_client.h |
diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h |
index e2831ddb1f2e3ef29b42009eade27a2bcf8f8fbb..5362b1c61114feda2f60a84a216bc6d53906a407 100644 |
--- a/content/browser/mock_content_browser_client.h |
+++ b/content/browser/mock_content_browser_client.h |
@@ -40,6 +40,7 @@ class MockContentBrowserClient : public ContentBrowserClient { |
virtual std::string GetAcceptLangs(const TabContents* tab) OVERRIDE; |
virtual SkBitmap* GetDefaultFavicon() OVERRIDE; |
virtual bool AllowAppCache(const GURL& manifest_url, |
+ const GURL& first_party, |
const content::ResourceContext& context) OVERRIDE; |
virtual bool AllowGetCookie(const GURL& url, |
const GURL& first_party, |