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

Unified Diff: chrome/browser/gpu/gpu_mode_manager.cc

Issue 2299993004: Migrate chrome/browser files to histogram_macros.h includes. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « chrome/browser/google/google_update_win.cc ('k') | chrome/browser/gpu/three_d_api_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chrome/browser/google/google_update_win.cc ('k') | chrome/browser/gpu/three_d_api_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698