summaryrefslogtreecommitdiffstats
path: root/sync
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-26 09:30:50 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-26 17:32:10 +0000
commit51ba3e6902ecd7284d3be51db648127d1be2187f (patch)
tree368c5fca978f6e804d5774b22a9bd2c07eff1fc8 /sync
parent0d65fb8a06f3ab6e5c309e378e12640a2906af66 (diff)
downloadchromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.zip
chromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.tar.gz
chromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.tar.bz2
Clean up header files.
BUG=138542 TBR=ben@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1544283002 Cr-Commit-Position: refs/heads/master@{#366903}
Diffstat (limited to 'sync')
-rw-r--r--sync/internal_api/public/base/ordinal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/internal_api/public/base/ordinal.h b/sync/internal_api/public/base/ordinal.h
index 6c0f21f..81798a4 100644
--- a/sync/internal_api/public/base/ordinal.h
+++ b/sync/internal_api/public/base/ordinal.h
@@ -35,7 +35,7 @@ namespace syncer {
//
// The Traits class should look like the following:
//
-// // Don't forget to #include "base/basictypes.h".
+// // Don't forget to #include <stdint.h> and <stddef.h>.
// struct MyOrdinalTraits {
// // There must be at least two distinct values greater than kZeroDigit
// // and less than kMaxDigit.