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

Unified Diff: ash/multi_profile_uma.h

Issue 1540753002: Switch to standard integer types in ash/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: arraysize 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
« no previous file with comments | « ash/metrics/user_metrics_recorder.h ('k') | ash/popup_message.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/multi_profile_uma.h
diff --git a/ash/multi_profile_uma.h b/ash/multi_profile_uma.h
index 21387b20bf7d11d37689dd326e7fec0eb742e9a0..69c68b7443076ce62ac3ce95ac3de5c89e88d770 100644
--- a/ash/multi_profile_uma.h
+++ b/ash/multi_profile_uma.h
@@ -6,7 +6,7 @@
#define ASH_MULTI_PROFILE_UMA_H_
#include "ash/ash_export.h"
-#include "base/basictypes.h"
+#include "base/macros.h"
namespace ash {
« no previous file with comments | « ash/metrics/user_metrics_recorder.h ('k') | ash/popup_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698