| 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 15166f29307b0a3896d8c16fcbc5b141ef853ea8..d5a77bb9832aee66e6c2a57f03622f7d61cae45b 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -597,6 +597,8 @@ class ProfileIOData {
|
|
|
| const Profile::ProfileType profile_type_;
|
|
|
| + base::WeakPtr<metrics::DataUseTracker> data_use_tracker_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ProfileIOData);
|
| };
|
|
|
|
|