| Index: chrome/browser/profiles/profile_attributes_storage_unittest.cc
|
| diff --git a/chrome/browser/profiles/profile_attributes_storage_unittest.cc b/chrome/browser/profiles/profile_attributes_storage_unittest.cc
|
| index 15bb5665aacc075fe67a8a79517ebce01561e5cf..101eaea5267fb8ed6bec90915eea18d69031cf17 100644
|
| --- a/chrome/browser/profiles/profile_attributes_storage_unittest.cc
|
| +++ b/chrome/browser/profiles/profile_attributes_storage_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/format_macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|