summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_browser_context.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-16 06:26:31 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-16 06:26:31 +0000
commitc42de73d768e53ea90903357ced6ef6001fb7b2f (patch)
treee3df82e3ce2194a069f5c26c0784ed56cb26b231 /content/shell/shell_browser_context.h
parenta6ba33f4132b66b3e11d26f43eecde12e5a0bbc9 (diff)
downloadchromium_src-c42de73d768e53ea90903357ced6ef6001fb7b2f.zip
chromium_src-c42de73d768e53ea90903357ced6ef6001fb7b2f.tar.gz
chromium_src-c42de73d768e53ea90903357ced6ef6001fb7b2f.tar.bz2
Replace all FilePath with base::FilePath in content.
This is im preparation for removing the 'using" in file_path.h Review URL: https://codereview.chromium.org/12226120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182940 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_browser_context.h')
-rw-r--r--content/shell/shell_browser_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h
index 938c3b8..44e0a16 100644
--- a/content/shell/shell_browser_context.h
+++ b/content/shell/shell_browser_context.h
@@ -57,7 +57,7 @@ class ShellBrowserContext : public BrowserContext {
scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
chrome_devtools_protocol_handler);
net::URLRequestContextGetter* CreateRequestContextForStoragePartition(
- const FilePath& partition_path,
+ const base::FilePath& partition_path,
bool in_memory,
scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
blob_protocol_handler,