| Index: chrome/browser/api/bookmarks/bookmark_service.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_service.h b/chrome/browser/api/bookmarks/bookmark_service.h
|
| similarity index 88%
|
| rename from chrome/browser/bookmarks/bookmark_service.h
|
| rename to chrome/browser/api/bookmarks/bookmark_service.h
|
| index 5a162e8e85430619e92d7107fee3094fd2cd4db4..503ca757fe42a14b474d0bc065b7aa37c85030b9 100644
|
| --- a/chrome/browser/bookmarks/bookmark_service.h
|
| +++ b/chrome/browser/api/bookmarks/bookmark_service.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_SERVICE_H_
|
| -#define CHROME_BROWSER_BOOKMARKS_BOOKMARK_SERVICE_H_
|
| +#ifndef CHROME_BROWSER_API_BOOKMARKS_BOOKMARK_SERVICE_H_
|
| +#define CHROME_BROWSER_API_BOOKMARKS_BOOKMARK_SERVICE_H_
|
|
|
| #include <vector>
|
|
|
| @@ -43,4 +43,4 @@ class BookmarkService {
|
| virtual ~BookmarkService() {}
|
| };
|
|
|
| -#endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_SERVICE_H_
|
| +#endif // CHROME_BROWSER_API_BOOKMARKS_BOOKMARK_SERVICE_H_
|
|
|