diff options
Diffstat (limited to 'chrome/browser/gpu')
-rw-r--r-- | chrome/browser/gpu/gl_string_manager.cc | 4 | ||||
-rw-r--r-- | chrome/browser/gpu/gpu_mode_manager.cc | 4 | ||||
-rw-r--r-- | chrome/browser/gpu/gpu_mode_manager.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/gpu/gl_string_manager.cc b/chrome/browser/gpu/gl_string_manager.cc index d0149df..4d03eea 100644 --- a/chrome/browser/gpu/gl_string_manager.cc +++ b/chrome/browser/gpu/gl_string_manager.cc @@ -4,11 +4,11 @@ #include "chrome/browser/gpu/gl_string_manager.h" -#include "base/prefs/pref_registry_simple.h" -#include "base/prefs/pref_service.h" #include "build/build_config.h" #include "chrome/browser/browser_process.h" #include "chrome/common/pref_names.h" +#include "components/prefs/pref_registry_simple.h" +#include "components/prefs/pref_service.h" #include "content/public/browser/gpu_data_manager.h" // static diff --git a/chrome/browser/gpu/gpu_mode_manager.cc b/chrome/browser/gpu/gpu_mode_manager.cc index 8bd33ec6..88bfc25 100644 --- a/chrome/browser/gpu/gpu_mode_manager.cc +++ b/chrome/browser/gpu/gpu_mode_manager.cc @@ -6,10 +6,10 @@ #include "base/bind.h" #include "base/metrics/histogram.h" -#include "base/prefs/pref_registry_simple.h" -#include "base/prefs/pref_service.h" #include "chrome/browser/browser_process.h" #include "chrome/common/pref_names.h" +#include "components/prefs/pref_registry_simple.h" +#include "components/prefs/pref_service.h" #include "content/public/browser/gpu_data_manager.h" #include "content/public/browser/user_metrics.h" diff --git a/chrome/browser/gpu/gpu_mode_manager.h b/chrome/browser/gpu/gpu_mode_manager.h index a0c6d24..878eae6 100644 --- a/chrome/browser/gpu/gpu_mode_manager.h +++ b/chrome/browser/gpu/gpu_mode_manager.h @@ -6,7 +6,7 @@ #define CHROME_BROWSER_GPU_GPU_MODE_MANAGER_H_ #include "base/macros.h" -#include "base/prefs/pref_change_registrar.h" +#include "components/prefs/pref_change_registrar.h" class PrefRegistrySimple; |