commit | a2f4804a37b18972279e887e00695dd02c1b7de3 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Thu Dec 24 23:11:13 2015 |
committer | Commit bot <[email protected]> | Thu Dec 24 23:12:23 2015 |
tree | 50d25aaebadb735f9cc0aa86528c8e361860f219 | |
parent | 5723803b15bc90034e6271de2abf4a7e7803520b [diff] [blame] |
Switch to standard integer types in chrome/browser/extensions/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1549933002 Cr-Commit-Position: refs/heads/master@{#366840}
diff --git a/chrome/browser/extensions/sync_bundle.h b/chrome/browser/extensions/sync_bundle.h index 944812a..d8229bf 100644 --- a/chrome/browser/extensions/sync_bundle.h +++ b/chrome/browser/extensions/sync_bundle.h
@@ -8,6 +8,7 @@ #include <set> #include <string> +#include "base/macros.h" #include "base/memory/scoped_ptr.h" #include "sync/api/sync_change.h" #include "sync/api/sync_change_processor.h"