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

Side by Side Diff: chrome/browser/sync/test/integration/apps_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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_APPS_HELPER_H_ 5 #ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_
6 #define CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_ 6 #define CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_
7 #pragma once
8 7
9 #include "base/basictypes.h" 8 #include "base/basictypes.h"
10 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
11 #include "chrome/browser/sync/test/integration/sync_test.h" 10 #include "chrome/browser/sync/test/integration/sync_test.h"
12 #include "chrome/common/string_ordinal.h" 11 #include "chrome/common/string_ordinal.h"
13 12
14 class Profile; 13 class Profile;
15 14
16 namespace apps_helper { 15 namespace apps_helper {
17 16
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 // The main intention of this is to properly setup the values on the verifier 71 // The main intention of this is to properly setup the values on the verifier
73 // profile in situations where the other profiles have conflicting values. 72 // profile in situations where the other profiles have conflicting values.
74 void CopyNTPOrdinals(Profile* source, Profile* destination, int index); 73 void CopyNTPOrdinals(Profile* source, Profile* destination, int index);
75 74
76 // Fix any NTP icon collisions that are currently in |profile|. 75 // Fix any NTP icon collisions that are currently in |profile|.
77 void FixNTPOrdinalCollisions(Profile* profile); 76 void FixNTPOrdinalCollisions(Profile* profile);
78 77
79 } // namespace apps_helper 78 } // namespace apps_helper
80 79
81 #endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_ 80 #endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/sync_ui_util_mac.h ('k') | chrome/browser/sync/test/integration/autofill_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698