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

Unified Diff: components/metrics/ui/screen_info_metrics_provider.h

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 5 years 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: components/metrics/ui/screen_info_metrics_provider.h
diff --git a/components/metrics/ui/screen_info_metrics_provider.h b/components/metrics/ui/screen_info_metrics_provider.h
index 1d4b759d74a916a66bfdcd930e66922c1620d88c..51ef2b77ab189e7c8850aaa820f8b684682d6486 100644
--- a/components/metrics/ui/screen_info_metrics_provider.h
+++ b/components/metrics/ui/screen_info_metrics_provider.h
@@ -5,7 +5,7 @@
#ifndef COMPONENTS_METRICS_UI_SCREEN_INFO_METRICS_PROVIDER_H_
#define COMPONENTS_METRICS_UI_SCREEN_INFO_METRICS_PROVIDER_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "components/metrics/metrics_provider.h"
#include "ui/gfx/geometry/size.h"
« no previous file with comments | « components/metrics/test_metrics_service_client.h ('k') | components/metrics/ui/screen_info_metrics_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698