| Index: chrome/test/live_sync/performance/sync_timing_helper.h
|
| diff --git a/chrome/test/live_sync/live_sync_timing_helper.h b/chrome/test/live_sync/performance/sync_timing_helper.h
|
| similarity index 74%
|
| rename from chrome/test/live_sync/live_sync_timing_helper.h
|
| rename to chrome/test/live_sync/performance/sync_timing_helper.h
|
| index 4f439719513780699d1eef14753b73f0a9a82164..c45b3676fd5924d41ce0223e76b637f036292fad 100644
|
| --- a/chrome/test/live_sync/live_sync_timing_helper.h
|
| +++ b/chrome/test/live_sync/performance/sync_timing_helper.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_TEST_LIVE_SYNC_LIVE_SYNC_TIMING_HELPER_H_
|
| -#define CHROME_TEST_LIVE_SYNC_LIVE_SYNC_TIMING_HELPER_H_
|
| +#ifndef CHROME_TEST_LIVE_SYNC_PERFORMANCE_SYNC_TIMING_HELPER_H_
|
| +#define CHROME_TEST_LIVE_SYNC_PERFORMANCE_SYNC_TIMING_HELPER_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -16,10 +16,10 @@ class TimeDelta;
|
|
|
| class ProfileSyncServiceHarness;
|
|
|
| -class LiveSyncTimingHelper {
|
| +class SyncTimingHelper {
|
| public:
|
| - LiveSyncTimingHelper();
|
| - ~LiveSyncTimingHelper();
|
| + SyncTimingHelper();
|
| + ~SyncTimingHelper();
|
|
|
| // Returns the time taken for |client| to complete a single sync cycle.
|
| static base::TimeDelta TimeSyncCycle(ProfileSyncServiceHarness* client);
|
| @@ -35,7 +35,7 @@ class LiveSyncTimingHelper {
|
| std::vector<ProfileSyncServiceHarness*>& clients);
|
|
|
| private:
|
| - DISALLOW_COPY_AND_ASSIGN(LiveSyncTimingHelper);
|
| + DISALLOW_COPY_AND_ASSIGN(SyncTimingHelper);
|
| };
|
|
|
| -#endif // CHROME_TEST_LIVE_SYNC_LIVE_SYNC_TIMING_HELPER_H_
|
| +#endif // CHROME_TEST_LIVE_SYNC_PERFORMANCE_SYNC_TIMING_HELPER_H_
|
|
|