Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1531)

Unified Diff: sync/api/attachments/attachment_metadata.h

Issue 1545553003: Switch to standard integer types in sync/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/api/attachments/attachment_id.cc ('k') | sync/api/attachments/attachment_metadata.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/attachments/attachment_metadata.h
diff --git a/sync/api/attachments/attachment_metadata.h b/sync/api/attachments/attachment_metadata.h
index 6eef6c682d4dbbfa09523e0cd81ed6e56b5449fb..43343dbdfe6d4c80fe1571b4543c2a89d1fdd39f 100644
--- a/sync/api/attachments/attachment_metadata.h
+++ b/sync/api/attachments/attachment_metadata.h
@@ -5,9 +5,10 @@
#ifndef SYNC_API_ATTACHMENTS_ATTACHMENT_METADATA_H_
#define SYNC_API_ATTACHMENTS_ATTACHMENT_METADATA_H_
+#include <stddef.h>
+
#include <vector>
-#include "base/basictypes.h"
#include "sync/api/attachments/attachment_id.h"
#include "sync/base/sync_export.h"
« no previous file with comments | « sync/api/attachments/attachment_id.cc ('k') | sync/api/attachments/attachment_metadata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698