| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 455414cd8ef4a95d8fe234539e87b2f027fa3079..961a2b3f77807a52649bcb4d86f268ab78723578 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -157,7 +157,8 @@ class ProfileImpl : public Profile {
|
| void InitHostZoomMap();
|
|
|
| void OnDefaultZoomLevelChanged();
|
| - void OnZoomLevelChanged(const std::string& host);
|
| + void OnZoomLevelChanged(
|
| + const content::HostZoomMap::ZoomLevelChange& change);
|
|
|
| void OnInitializationCompleted(PrefService* pref_service,
|
| bool succeeded);
|
|
|