Index: sync/internal_api/public/base/ordinal.h |
diff --git a/sync/internal_api/public/base/ordinal.h b/sync/internal_api/public/base/ordinal.h |
index 6c0f21f021481d0222aa4dda2f84e11cdd2f17e9..81798a4ea8d348185727dddb97d0145c1f3f1a56 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. |