| Index: ios/chrome/browser/ios_chrome_io_thread.cc
|
| diff --git a/ios/chrome/browser/ios_chrome_io_thread.cc b/ios/chrome/browser/ios_chrome_io_thread.cc
|
| index 017303f27cf6ee3eb474a836e6fa0be573548139..dd0cd299f2289e1569d09c4234ca82a3565884eb 100644
|
| --- a/ios/chrome/browser/ios_chrome_io_thread.cc
|
| +++ b/ios/chrome/browser/ios_chrome_io_thread.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "ios/chrome/browser/ios_chrome_io_thread.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <vector>
|
|
|
| #include "base/bind.h"
|
| @@ -13,6 +15,7 @@
|
| #include "base/debug/leak_tracker.h"
|
| #include "base/environment.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/metrics/field_trial.h"
|
| #include "base/prefs/pref_service.h"
|
| #include "base/stl_util.h"
|
|
|