diff options
Diffstat (limited to 'chrome/browser/sync/syncable/blob.h')
-rw-r--r-- | chrome/browser/sync/syncable/blob.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/sync/syncable/blob.h b/chrome/browser/sync/syncable/blob.h index 0d7f33a..bb0665e 100644 --- a/chrome/browser/sync/syncable/blob.h +++ b/chrome/browser/sync/syncable/blob.h @@ -7,6 +7,8 @@ #include <vector> +#include "base/basictypes.h" // For uint8. + namespace syncable { typedef std::vector<uint8> Blob; |