Index: chrome/browser/profiles/profile_impl_io_data.h |
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h |
index 3cfad740077e8975bd2aa2403836d64f1e55f6eb..d13d7802cb68eacfc248dd55fa036a01c1056cda 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.h |
+++ b/chrome/browser/profiles/profile_impl_io_data.h |
@@ -44,7 +44,7 @@ class ProfileImplIOData : public ProfileIOData { |
const FilePath& media_cache_path, |
int media_cache_max_size, |
const FilePath& extensions_cookie_path, |
- const FilePath& app_path, |
+ const FilePath& profile_path, |
const FilePath& infinite_cache_path, |
chrome_browser_net::Predictor* predictor, |
PrefService* local_state, |
@@ -177,7 +177,7 @@ class ProfileImplIOData : public ProfileIOData { |
mutable scoped_ptr<net::URLRequestJobFactory> extensions_job_factory_; |
// Parameters needed for isolated apps. |
- FilePath app_path_; |
+ FilePath profile_path_; |
int app_cache_max_size_; |
int app_media_cache_max_size_; |