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/favicon_downloader.h b/chrome/browser/extensions/favicon_downloader.h index 98674e1..77cf8596 100644 --- a/chrome/browser/extensions/favicon_downloader.h +++ b/chrome/browser/extensions/favicon_downloader.h
@@ -10,6 +10,7 @@ #include <vector> #include "base/callback.h" +#include "base/macros.h" #include "base/memory/weak_ptr.h" #include "content/public/browser/web_contents_observer.h"