| 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 4210040e081fb0e0a59041d477ac04212b07b6b4..d78be14f2c450e3af2753e2ef5835398f3e14aff 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -105,7 +105,7 @@ class ProfileImplIOData : public ProfileIOData {
|
| typedef base::hash_map<std::string, net::HttpTransactionFactory* >
|
| HttpTransactionFactoryMap;
|
|
|
| - ProfileImplIOData();
|
| + explicit ProfileImplIOData(Profile* profile);
|
| virtual ~ProfileImplIOData();
|
|
|
| // Lazily initializes ProfileImplIOData.
|
|
|