| Index: chrome/browser/sync/test/integration/performance/dictionary_sync_perf_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/performance/dictionary_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/dictionary_sync_perf_test.cc
|
| index ac2a1b5a419c3fb923ddba6b26c6f9f4bea72ef2..2d18a8b258eabc5f4d825608d791d581f0be1c0c 100644
|
| --- a/chrome/browser/sync/test/integration/performance/dictionary_sync_perf_test.cc
|
| +++ b/chrome/browser/sync/test/integration/performance/dictionary_sync_perf_test.cc
|
| @@ -2,6 +2,9 @@
|
| // 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/macros.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "chrome/browser/sync/test/integration/dictionary_helper.h"
|
| #include "chrome/browser/sync/test/integration/performance/sync_timing_helper.h"
|
|
|