| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 43e5088e6711eab7c7b33b03df343c75d03bcd49..b8a402551914db8cb51ce7a83d605370a9006f5e 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -191,7 +191,7 @@ class ProfileImpl : public Profile {
|
|
|
| PrefProxyConfigTracker* CreateProxyConfigTracker();
|
|
|
| - content::HostZoomMap::ZoomLevelChangedCallback zoom_callback_;
|
| + scoped_ptr<content::HostZoomMap::Subscription> zoom_subscription_;
|
| PrefChangeRegistrar pref_change_registrar_;
|
|
|
| base::FilePath path_;
|
|
|