| Index: content/browser/host_zoom_map_impl.h
|
| diff --git a/content/browser/host_zoom_map_impl.h b/content/browser/host_zoom_map_impl.h
|
| index 0e27e06804f8891b2c5e7135173f0e66af57def3..c1c7a705e03d931b6247cfcc514860a6886311cb 100644
|
| --- a/content/browser/host_zoom_map_impl.h
|
| +++ b/content/browser/host_zoom_map_impl.h
|
| @@ -31,7 +31,7 @@ class CONTENT_EXPORT HostZoomMapImpl
|
| // HostZoomMap implementation:
|
| virtual void CopyFrom(HostZoomMap* copy) OVERRIDE;
|
| virtual double GetZoomLevel(const std::string& host) const OVERRIDE;
|
| - virtual void SetZoomLevel(std::string host, double level) OVERRIDE;
|
| + virtual void SetZoomLevel(const std::string& host, double level) OVERRIDE;
|
| virtual double GetDefaultZoomLevel() const OVERRIDE;
|
| virtual void SetDefaultZoomLevel(double level) OVERRIDE;
|
|
|
|
|