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 4b7759e6d1075bbbbcbf6d4c184d7cfcef8b5dff..6aa8fd34c47ca055cb3602d9904301195e6f29c9 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -117,7 +117,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_; |