Chromium Code Reviews| Index: chrome/browser/sync/syncable/blob.h |
| =================================================================== |
| --- chrome/browser/sync/syncable/blob.h (revision 32731) |
| +++ chrome/browser/sync/syncable/blob.h (working copy) |
| @@ -7,6 +7,8 @@ |
| #include <vector> |
| +#include "base/basictypes.h" // For uint8. |
| + |
| namespace syncable { |
| typedef std::vector<uint8> Blob; |