| 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 c26b3d3aabf66ebdce7e64cc4df613fc1e08a106..69f1633d84015588151f94e200ee6d660b96400f 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -134,7 +134,7 @@ class OffTheRecordProfileImpl : public Profile {
|
| void UseSystemProxy();
|
| #endif
|
|
|
| - void OnZoomLevelChanged(const std::string& host);
|
| + void OnZoomLevelChanged(const content::HostZoomMap::ZoomLevelChange& change);
|
|
|
| // The real underlying profile.
|
| Profile* profile_;
|
|
|