Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: content/test/test_content_browser_client.h

Issue 12208057: Add explicit base to FilePath. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « content/test/net/url_request_prepackaged_interceptor.cc ('k') | content/test/test_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698