| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index 74c86dfd9517533b1450dbd10dfd7ec2f4489741..2d7f8888d7fdbde9e29c740dc67a4c52c4e57042 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -71,6 +71,9 @@ class ProfileIOData : public base::RefCountedThreadSafe<ProfileIOData> {
|
| // TODO(willchan): Move this to the private section when
|
| // ChromeURLRequestContextFactory subclasses don't need it anymore.
|
| struct LazyParams {
|
| + LazyParams();
|
| + ~LazyParams();
|
| +
|
| // All of these parameters are intended to be read on the IO thread.
|
| FilePath cookie_path;
|
| FilePath cache_path;
|
|
|