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

Unified Diff: components/bookmarks/core/browser/bookmark_codec.h

Issue 253753005: Move bookmarks' production code to components/bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@367656
Patch Set: Fix compilation for win_chromium_x64_rel Created 6 years, 8 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
« no previous file with comments | « components/bookmarks/DEPS ('k') | components/bookmarks/core/browser/bookmark_codec.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/core/browser/bookmark_codec.h
diff --git a/chrome/browser/bookmarks/bookmark_codec.h b/components/bookmarks/core/browser/bookmark_codec.h
similarity index 97%
rename from chrome/browser/bookmarks/bookmark_codec.h
rename to components/bookmarks/core/browser/bookmark_codec.h
index dd83d9583df63bb2c8be9556b38c68a627668766..2749e798f97dfce9cb90af263fdff199cb8c6e23 100644
--- a/chrome/browser/bookmarks/bookmark_codec.h
+++ b/components/bookmarks/core/browser/bookmark_codec.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_CODEC_H_
-#define CHROME_BROWSER_BOOKMARKS_BOOKMARK_CODEC_H_
+#ifndef COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_CODEC_H_
+#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_CODEC_H_
#include <set>
#include <string>
@@ -204,4 +204,4 @@ class BookmarkCodec {
DISALLOW_COPY_AND_ASSIGN(BookmarkCodec);
};
-#endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_CODEC_H_
+#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_CODEC_H_
« no previous file with comments | « components/bookmarks/DEPS ('k') | components/bookmarks/core/browser/bookmark_codec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698