commit | 9c81217bffbc7aa8b5aad2054099d60407a1efb4 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Thu Dec 24 23:40:05 2015 |
committer | Commit bot <[email protected]> | Thu Dec 24 23:41:07 2015 |
tree | 4f01df30546b4a6dec75d92dd5517f7e6b6abf32 | |
parent | c9f63c9e9fc78a762d82171f5431c67234bf04bf [diff] [blame] |
Switch to standard integer types in ui/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1550483002 Cr-Commit-Position: refs/heads/master@{#366842}
diff --git a/ui/web_dialogs/web_dialog_ui.h b/ui/web_dialogs/web_dialog_ui.h index e210bf8..f075bee 100644 --- a/ui/web_dialogs/web_dialog_ui.h +++ b/ui/web_dialogs/web_dialog_ui.h
@@ -9,6 +9,7 @@ #include <vector> #include "base/compiler_specific.h" +#include "base/macros.h" #include "base/strings/string16.h" #include "content/public/browser/web_contents_delegate.h" #include "content/public/browser/web_ui_controller.h"