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

Unified Diff: components/bookmarks/browser/bookmark_service.h

Issue 284893003: Move bookmarks/core/... to bookmarks/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing errors reported by presubmit Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: components/bookmarks/browser/bookmark_service.h
diff --git a/components/bookmarks/core/browser/bookmark_service.h b/components/bookmarks/browser/bookmark_service.h
similarity index 87%
rename from components/bookmarks/core/browser/bookmark_service.h
rename to components/bookmarks/browser/bookmark_service.h
index 3aaa076a484e6a57eeebf88cde327ccbe3adef31..22c5568f045be00ff32f1ef8110976eda35d3f0b 100644
--- a/components/bookmarks/core/browser/bookmark_service.h
+++ b/components/bookmarks/browser/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 COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_SERVICE_H_
-#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_SERVICE_H_
+#ifndef COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_SERVICE_H_
+#define COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_SERVICE_H_
#include <vector>
@@ -40,4 +40,4 @@ class BookmarkService {
virtual ~BookmarkService() {}
};
-#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_SERVICE_H_
+#endif // COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_SERVICE_H_
« no previous file with comments | « components/bookmarks/browser/bookmark_pasteboard_helper_mac.mm ('k') | components/bookmarks/browser/bookmark_storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698