| Index: chrome/browser/profiles/off_the_record_profile_impl.h
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| index cbf8d80f8079898c6654ff0ae441c5e149fca46e..c81ae4caec54ef96178582ef6c3e8ca7856e874a 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -137,7 +137,7 @@ class OffTheRecordProfileImpl : public Profile {
|
|
|
| scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
|
|
|
| - content::HostZoomMap::ZoomLevelChangedCallback zoom_callback_;
|
| + scoped_ptr<content::HostZoomMap::Subscription> zoom_subscription_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl);
|
| };
|
|
|