Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Side by Side Diff: chrome/test/live_sync/perf/live_sync_timing_helper.h

Issue 7376001: Move sync performance tests into new target (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_TEST_LIVE_SYNC_LIVE_SYNC_TIMING_HELPER_H_ 5 #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.
6 #define CHROME_TEST_LIVE_SYNC_LIVE_SYNC_TIMING_HELPER_H_ 6 #define CHROME_TEST_LIVE_SYNC_PERF_LIVE_SYNC_TIMING_HELPER_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 10
11 #include <vector> 11 #include <vector>
12 12
13 namespace base { 13 namespace base {
14 class TimeDelta; 14 class TimeDelta;
15 } 15 }
16 16
(...skipping 14 matching lines...) Expand all
31 31
32 // Returns the time taken for all clients in |clients| to complete their 32 // Returns the time taken for all clients in |clients| to complete their
33 // respective sync cycles. 33 // respective sync cycles.
34 static base::TimeDelta TimeUntilQuiescence( 34 static base::TimeDelta TimeUntilQuiescence(
35 std::vector<ProfileSyncServiceHarness*>& clients); 35 std::vector<ProfileSyncServiceHarness*>& clients);
36 36
37 private: 37 private:
38 DISALLOW_COPY_AND_ASSIGN(LiveSyncTimingHelper); 38 DISALLOW_COPY_AND_ASSIGN(LiveSyncTimingHelper);
39 }; 39 };
40 40
41 #endif // CHROME_TEST_LIVE_SYNC_LIVE_SYNC_TIMING_HELPER_H_ 41 #endif // CHROME_TEST_LIVE_SYNC_PERF_LIVE_SYNC_TIMING_HELPER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698