| Index: chrome/browser/sync/test/integration/performance/sync_timing_helper.h
|
| diff --git a/chrome/browser/sync/test/integration/performance/sync_timing_helper.h b/chrome/browser/sync/test/integration/performance/sync_timing_helper.h
|
| index 313049432935a018d081b8999df3dc65292fb217..10cadccfec090857f12116b6301a81b04a3e100f 100644
|
| --- a/chrome/browser/sync/test/integration/performance/sync_timing_helper.h
|
| +++ b/chrome/browser/sync/test/integration/performance/sync_timing_helper.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_PERFORMANCE_SYNC_TIMING_HELPER_H_
|
| #define CHROME_BROWSER_SYNC_TEST_INTEGRATION_PERFORMANCE_SYNC_TIMING_HELPER_H_
|
|
|
| -#include "base/basictypes.h"
|
| -
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| +
|
| namespace base {
|
| class TimeDelta;
|
| }
|
|
|