summaryrefslogtreecommitdiffstats
path: root/chrome/common/ini_parser.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-25 21:27:45 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-26 05:28:34 +0000
commit2729e442b1172c5094503a03fe356c8580bb919d (patch)
treebd3dc2c3feacd967c68d67c9c208306de942f7f5 /chrome/common/ini_parser.h
parentaa6492d9e85944a38963360ad903bf3eda48c3e3 (diff)
downloadchromium_src-2729e442b1172c5094503a03fe356c8580bb919d.zip
chromium_src-2729e442b1172c5094503a03fe356c8580bb919d.tar.gz
chromium_src-2729e442b1172c5094503a03fe356c8580bb919d.tar.bz2
Switch to standard integer types in chrome/.
BUG=138542 TBR=thakis@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1548153002 Cr-Commit-Position: refs/heads/master@{#366893}
Diffstat (limited to 'chrome/common/ini_parser.h')
-rw-r--r--chrome/common/ini_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/ini_parser.h b/chrome/common/ini_parser.h
index 7ca7b5f..2f8ef16 100644
--- a/chrome/common/ini_parser.h
+++ b/chrome/common/ini_parser.h
@@ -7,7 +7,7 @@
#include <string>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "base/values.h"
// Parses INI files in a string. Users should in inherit from this class.