Chromium Code Reviews| Index: chrome/test/live_sync/perf/live_sync_timing_helper.h |
| diff --git a/chrome/test/live_sync/live_sync_timing_helper.h b/chrome/test/live_sync/perf/live_sync_timing_helper.h |
| similarity index 84% |
| rename from chrome/test/live_sync/live_sync_timing_helper.h |
| rename to chrome/test/live_sync/perf/live_sync_timing_helper.h |
| index 4f439719513780699d1eef14753b73f0a9a82164..bb096d1d258099a9b98dc10bb3d921ef468b96ad 100644 |
| --- a/chrome/test/live_sync/live_sync_timing_helper.h |
| +++ b/chrome/test/live_sync/perf/live_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_PERF_LIVE_SYNC_TIMING_HELPER_H_ |
|
Raghu Simha
2011/07/15 07:54:28
Since you're renaming files, I suggest dropping th
braffert
2011/07/15 21:37:41
Done.
|
| +#define CHROME_TEST_LIVE_SYNC_PERF_LIVE_SYNC_TIMING_HELPER_H_ |
| #pragma once |
| #include "base/basictypes.h" |
| @@ -38,4 +38,4 @@ class LiveSyncTimingHelper { |
| DISALLOW_COPY_AND_ASSIGN(LiveSyncTimingHelper); |
| }; |
| -#endif // CHROME_TEST_LIVE_SYNC_LIVE_SYNC_TIMING_HELPER_H_ |
| +#endif // CHROME_TEST_LIVE_SYNC_PERF_LIVE_SYNC_TIMING_HELPER_H_ |