summaryrefslogtreecommitdiffstats
path: root/content/public/test/test_browser_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/test/test_browser_context.h')
-rw-r--r--content/public/test/test_browser_context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/public/test/test_browser_context.h b/content/public/test/test_browser_context.h
index 41ddfdd..120fd01 100644
--- a/content/public/test/test_browser_context.h
+++ b/content/public/test/test_browser_context.h
@@ -23,11 +23,11 @@ class TestBrowserContext : public BrowserContext {
// Takes ownership of the temporary directory so that it's not deleted when
// this object is destructed.
- FilePath TakePath();
+ base::FilePath TakePath();
void SetSpecialStoragePolicy(quota::SpecialStoragePolicy* policy);
- virtual FilePath GetPath() OVERRIDE;
+ virtual base::FilePath GetPath() OVERRIDE;
virtual bool IsOffTheRecord() const OVERRIDE;
virtual DownloadManagerDelegate* GetDownloadManagerDelegate() OVERRIDE;
virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
@@ -38,7 +38,7 @@ class TestBrowserContext : public BrowserContext {
int renderer_child_id) OVERRIDE;
virtual net::URLRequestContextGetter*
GetMediaRequestContextForStoragePartition(
- const FilePath& partition_path,
+ const base::FilePath& partition_path,
bool in_memory) OVERRIDE;
virtual ResourceContext* GetResourceContext() OVERRIDE;
virtual GeolocationPermissionContext*