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

Side by Side Diff: chrome/browser/sync/test/integration/performance/sync_timing_helper.h

Issue 10689154: Remove #pragma once from chrome/browser/sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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_BROWSER_SYNC_TEST_INTEGRATION_PERFORMANCE_SYNC_TIMING_HELPER_H_ 5 #ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_PERFORMANCE_SYNC_TIMING_HELPER_H_
6 #define CHROME_BROWSER_SYNC_TEST_INTEGRATION_PERFORMANCE_SYNC_TIMING_HELPER_H_ 6 #define CHROME_BROWSER_SYNC_TEST_INTEGRATION_PERFORMANCE_SYNC_TIMING_HELPER_H_
7 #pragma once
8 7
9 #include "base/basictypes.h" 8 #include "base/basictypes.h"
10 9
11 #include <string> 10 #include <string>
12 #include <vector> 11 #include <vector>
13 12
14 namespace base { 13 namespace base {
15 class TimeDelta; 14 class TimeDelta;
16 } 15 }
17 16
(...skipping 22 matching lines...) Expand all
40 // chrome/test/ui/ui_perf_test.{h,cc}. 39 // chrome/test/ui/ui_perf_test.{h,cc}.
41 static void PrintResult(const std::string& measurement, 40 static void PrintResult(const std::string& measurement,
42 const std::string& trace, 41 const std::string& trace,
43 const base::TimeDelta& dt); 42 const base::TimeDelta& dt);
44 43
45 private: 44 private:
46 DISALLOW_COPY_AND_ASSIGN(SyncTimingHelper); 45 DISALLOW_COPY_AND_ASSIGN(SyncTimingHelper);
47 }; 46 };
48 47
49 #endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_PERFORMANCE_SYNC_TIMING_HELPER_H _ 48 #endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_PERFORMANCE_SYNC_TIMING_HELPER_H _
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/passwords_helper.h ('k') | chrome/browser/sync/test/integration/preferences_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698