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/api/mdns/mdns_api.h b/chrome/browser/extensions/api/mdns/mdns_api.h index edcef4d..13d847a 100644 --- a/chrome/browser/extensions/api/mdns/mdns_api.h +++ b/chrome/browser/extensions/api/mdns/mdns_api.h
@@ -10,6 +10,7 @@ #include <string> #include "base/gtest_prod_util.h" +#include "base/macros.h" #include "base/memory/scoped_ptr.h" #include "base/threading/thread_checker.h" #include "chrome/browser/extensions/api/mdns/dns_sd_registry.h"