diff options
Diffstat (limited to 'components/ui/zoom/page_zoom.cc')
-rw-r--r-- | components/ui/zoom/page_zoom.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/ui/zoom/page_zoom.cc b/components/ui/zoom/page_zoom.cc index 6d65d78..fd9710d9 100644 --- a/components/ui/zoom/page_zoom.cc +++ b/components/ui/zoom/page_zoom.cc @@ -9,7 +9,7 @@ #include <algorithm> #include <cmath> -#include "base/prefs/pref_service.h" +#include "components/prefs/pref_service.h" #include "components/ui/zoom/page_zoom_constants.h" #include "components/ui/zoom/zoom_controller.h" #include "content/public/browser/host_zoom_map.h" |