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 e821b7008b53b599f403ba173de9548ddbd540a3..3f2917ff3c893af9a501a53bb8a14cc731faaf89 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.h |
+++ b/chrome/browser/profiles/profile_impl_io_data.h |
@@ -47,7 +47,7 @@ class ProfileImplIOData : public ProfileIOData { |
// Init() must be called before ~Handle(). It records most of the |
// parameters needed to construct a ChromeURLRequestContextGetter. |
void Init(const base::FilePath& cookie_path, |
- const base::FilePath& server_bound_cert_path, |
+ const base::FilePath& channel_id_path, |
const base::FilePath& cache_path, |
int cache_max_size, |
const base::FilePath& media_cache_path, |
@@ -148,7 +148,7 @@ class ProfileImplIOData : public ProfileIOData { |
// All of these parameters are intended to be read on the IO thread. |
base::FilePath cookie_path; |
- base::FilePath server_bound_cert_path; |
+ base::FilePath channel_id_path; |
base::FilePath cache_path; |
int cache_max_size; |
base::FilePath media_cache_path; |