| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 7e0fa0efafac57d5eb04e51ec033f6f046bc11f9..6e2fa88276faada9684f5672c190d43eea58662f 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -174,7 +174,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);
|
|
|