Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: chrome/browser/ui/zoom/chrome_zoom_level_prefs.h

Issue 2019423005: Move //components/ui/zoom to top-level under //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/zoom/chrome_zoom_level_prefs.h
diff --git a/chrome/browser/ui/zoom/chrome_zoom_level_prefs.h b/chrome/browser/ui/zoom/chrome_zoom_level_prefs.h
index ad244acb5892c24f8a691637209d10aae3103bc3..4799e23f1ccbadbca9c41d970a89f55e60bbeb4d 100644
--- a/chrome/browser/ui/zoom/chrome_zoom_level_prefs.h
+++ b/chrome/browser/ui/zoom/chrome_zoom_level_prefs.h
@@ -22,7 +22,7 @@ namespace base {
class DictionaryValue;
}
-namespace ui_zoom {
+namespace zoom {
class ZoomEventManager;
}
@@ -45,7 +45,7 @@ class ChromeZoomLevelPrefs : public content::ZoomLevelDelegate {
PrefService* pref_service,
const base::FilePath& profile_path,
const base::FilePath& partition_path,
- base::WeakPtr<ui_zoom::ZoomEventManager> zoom_event_manager);
+ base::WeakPtr<zoom::ZoomEventManager> zoom_event_manager);
~ChromeZoomLevelPrefs() override;
static std::string GetHashForTesting(const base::FilePath& relative_path);
@@ -69,7 +69,7 @@ class ChromeZoomLevelPrefs : public content::ZoomLevelDelegate {
void OnZoomLevelChanged(const content::HostZoomMap::ZoomLevelChange& change);
PrefService* pref_service_;
- base::WeakPtr<ui_zoom::ZoomEventManager> zoom_event_manager_;
+ base::WeakPtr<zoom::ZoomEventManager> zoom_event_manager_;
content::HostZoomMap* host_zoom_map_;
std::unique_ptr<content::HostZoomMap::Subscription> zoom_subscription_;
std::string partition_key_;
« no previous file with comments | « chrome/browser/ui/zoom/chrome_zoom_level_otr_delegate.cc ('k') | chrome/browser/ui/zoom/chrome_zoom_level_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698