commit | 9ef8bb0455f71e6911e759134a9bbf61a6129af2 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Thu Dec 24 05:29:36 2015 |
committer | Commit bot <[email protected]> | Thu Dec 24 05:30:36 2015 |
tree | 48a20518a48faf8df818a74695abfe3767094e05 | |
parent | 543540ec4430210fafe3fd49e9d4076acb4d7f6b [diff] [blame] |
Switch to standard integer types in base/prefs/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1544033003 Cr-Commit-Position: refs/heads/master@{#366805}
diff --git a/base/prefs/pref_notifier_impl_unittest.cc b/base/prefs/pref_notifier_impl_unittest.cc index c3cbf4f..cb3c3b5 100644 --- a/base/prefs/pref_notifier_impl_unittest.cc +++ b/base/prefs/pref_notifier_impl_unittest.cc
@@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <stddef.h> + #include "base/bind.h" #include "base/callback.h" #include "base/prefs/mock_pref_change_callback.h"