diff options
Diffstat (limited to 'chrome/browser/ui/network_profile_bubble.cc')
-rw-r--r-- | chrome/browser/ui/network_profile_bubble.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/network_profile_bubble.cc b/chrome/browser/ui/network_profile_bubble.cc index 5011444..3ac8ae4 100644 --- a/chrome/browser/ui/network_profile_bubble.cc +++ b/chrome/browser/ui/network_profile_bubble.cc @@ -17,7 +17,6 @@ #include "base/files/file_util.h" #include "base/logging.h" #include "base/metrics/histogram.h" -#include "base/prefs/pref_service.h" #include "base/time/time.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/profiles/profile.h" @@ -27,6 +26,7 @@ #include "chrome/common/chrome_switches.h" #include "chrome/common/pref_names.h" #include "components/pref_registry/pref_registry_syncable.h" +#include "components/prefs/pref_service.h" #include "content/public/browser/browser_thread.h" namespace { |