| Index: chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc
|
| index 4e536adcf3d5fdfe357505ca8ee04fb4dd0cb610..634bafde717ef2803118ac386fee9e9210afb9f0 100644
|
| --- a/chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc
|
| +++ b/chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc
|
| @@ -2,8 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/browser/sync/test/integration/passwords_helper.h"
|
| #include "chrome/browser/sync/test/integration/performance/sync_timing_helper.h"
|
| #include "chrome/browser/sync/test/integration/profile_sync_service_harness.h"
|
|
|