OLD | NEW |
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_BOOKMARKS_HELPER_H_ | 5 #ifndef CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_BOOKMARKS_HELPER_H_ |
6 #define CHROME_TEST_LIVE_SYNC_BOOKMARKS_HELPER_H_ | 6 #define CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_BOOKMARKS_HELPER_H_ |
7 #pragma once | 7 #pragma once |
8 | 8 |
9 #include <set> | 9 #include <set> |
10 #include <string> | 10 #include <string> |
11 #include <vector> | 11 #include <vector> |
12 | 12 |
13 #include "base/compiler_specific.h" | 13 #include "base/compiler_specific.h" |
14 #include "chrome/browser/bookmarks/bookmark_model.h" | 14 #include "chrome/browser/bookmarks/bookmark_model.h" |
15 #include "googleurl/src/gurl.h" | 15 #include "googleurl/src/gurl.h" |
16 #include "testing/gtest/include/gtest/gtest.h" | 16 #include "testing/gtest/include/gtest/gtest.h" |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 std::wstring IndexedFolderName(int i); | 174 std::wstring IndexedFolderName(int i); |
175 | 175 |
176 // Returns a subfolder name identifiable by |i|. | 176 // Returns a subfolder name identifiable by |i|. |
177 std::wstring IndexedSubfolderName(int i); | 177 std::wstring IndexedSubfolderName(int i); |
178 | 178 |
179 // Returns a subsubfolder name identifiable by |i|. | 179 // Returns a subsubfolder name identifiable by |i|. |
180 std::wstring IndexedSubsubfolderName(int i); | 180 std::wstring IndexedSubsubfolderName(int i); |
181 | 181 |
182 } // namespace bookmarks_helper | 182 } // namespace bookmarks_helper |
183 | 183 |
184 #endif // CHROME_TEST_LIVE_SYNC_BOOKMARKS_HELPER_H_ | 184 #endif // CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_BOOKMARKS_HELPER_H_ |
OLD | NEW |