commit | 8a07d5389cb9ba2626517cf61ebc56cb90c88df4 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Thu Dec 24 22:13:53 2015 |
committer | Commit bot <[email protected]> | Thu Dec 24 22:14:53 2015 |
tree | 2a9ca9c1598c164a7661aa1b38e092cafb8cc38b | |
parent | 9ceb8b82f9e1abaefd886aeaf189544dbb50d2fd [diff] [blame] |
Switch to standard integer types in chrome/browser/chromeos/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1547093002 Cr-Commit-Position: refs/heads/master@{#366838}
diff --git a/chrome/browser/chromeos/settings/cros_settings.h b/chrome/browser/chromeos/settings/cros_settings.h index 366e15c..569eb3f 100644 --- a/chrome/browser/chromeos/settings/cros_settings.h +++ b/chrome/browser/chromeos/settings/cros_settings.h
@@ -11,6 +11,7 @@ #include "base/callback_forward.h" #include "base/callback_list.h" #include "base/containers/hash_tables.h" +#include "base/macros.h" #include "base/memory/scoped_ptr.h" #include "base/threading/non_thread_safe.h" #include "chromeos/settings/cros_settings_names.h"