OLD | NEW |
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 Loading... |
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_ |
OLD | NEW |