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

Unified Diff: chrome/browser/ui/exclusive_access/fullscreen_controller.cc

Issue 1658793002: Update chrome for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/exclusive_access/fullscreen_controller.cc
diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller.cc b/chrome/browser/ui/exclusive_access/fullscreen_controller.cc
index fc6dc783bdcb3e52547a5b5ff3c28813bc92294f..fa0f593c3ede61a727b0f844f837c9f3370f21fa 100644
--- a/chrome/browser/ui/exclusive_access/fullscreen_controller.cc
+++ b/chrome/browser/ui/exclusive_access/fullscreen_controller.cc
@@ -32,8 +32,8 @@
#include "extensions/common/extension.h"
#if !defined(OS_MACOSX)
-#include "base/prefs/pref_service.h"
#include "chrome/common/pref_names.h"
+#include "components/prefs/pref_service.h"
#endif
using base::UserMetricsAction;

Powered by Google App Engine
This is Rietveld 408576698