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

Unified Diff: components/rappor/rappor_prefs.h

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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 | « components/rappor/rappor_metric.h ('k') | components/rappor/rappor_prefs_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/rappor_prefs.h
diff --git a/components/rappor/rappor_prefs.h b/components/rappor/rappor_prefs.h
index ba9d7fc1055ad1b43c118b4d0cfeba75a29b31ed..622ef43998e7c64cbdd328b2afc506b59564ca68 100644
--- a/components/rappor/rappor_prefs.h
+++ b/components/rappor/rappor_prefs.h
@@ -5,9 +5,10 @@
#ifndef COMPONENTS_RAPPOR_RAPPOR_PREFS_H_
#define COMPONENTS_RAPPOR_RAPPOR_PREFS_H_
+#include <stdint.h>
+
#include <string>
-#include "base/basictypes.h"
class PrefService;
class PrefRegistrySimple;
« no previous file with comments | « components/rappor/rappor_metric.h ('k') | components/rappor/rappor_prefs_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698