| Index: chrome/browser/gpu/gpu_mode_manager.cc
|
| diff --git a/chrome/browser/gpu/gpu_mode_manager.cc b/chrome/browser/gpu/gpu_mode_manager.cc
|
| index 88bfc25f59b044aa73eaf5ac1fc59a7e6a042799..c0e1e6834e68d798e03599572bfb7f72b5e0e66f 100644
|
| --- a/chrome/browser/gpu/gpu_mode_manager.cc
|
| +++ b/chrome/browser/gpu/gpu_mode_manager.cc
|
| @@ -5,7 +5,7 @@
|
| #include "chrome/browser/gpu/gpu_mode_manager.h"
|
|
|
| #include "base/bind.h"
|
| -#include "base/metrics/histogram.h"
|
| +#include "base/metrics/histogram_macros.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "components/prefs/pref_registry_simple.h"
|
| @@ -29,7 +29,7 @@ void SetPreviousGpuModePref(bool enabled) {
|
| service->SetBoolean(prefs::kHardwareAccelerationModePrevious, enabled);
|
| }
|
|
|
| -} // namespace anonymous
|
| +} // namespace
|
|
|
| // static
|
| void GpuModeManager::RegisterPrefs(PrefRegistrySimple* registry) {
|
|
|