Index: content/test/test_content_browser_client.h |
diff --git a/content/test/test_content_browser_client.h b/content/test/test_content_browser_client.h |
index 270890423817342df2c89f842623f43bcd93b8af..b8b92767f9386d3d370825bc69f93da09848c77a 100644 |
--- a/content/test/test_content_browser_client.h |
+++ b/content/test/test_content_browser_client.h |
@@ -23,7 +23,7 @@ class TestContentBrowserClient : public ContentBrowserClient { |
virtual WebContentsView* OverrideCreateWebContentsView( |
WebContents* web_contents, |
RenderViewHostDelegateView** render_view_host_delegate_view) OVERRIDE; |
- virtual FilePath GetDefaultDownloadDirectory() OVERRIDE; |
+ virtual base::FilePath GetDefaultDownloadDirectory() OVERRIDE; |
private: |
// Temporary directory for GetDefaultDownloadDirectory. |