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

Unified Diff: components/bookmarks/browser/bookmark_codec.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
« no previous file with comments | « components/bookmarks/browser/bookmark_client.cc ('k') | components/bookmarks/browser/bookmark_codec.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/browser/bookmark_codec.h
diff --git a/components/bookmarks/core/browser/bookmark_codec.h b/components/bookmarks/browser/bookmark_codec.h
similarity index 97%
rename from components/bookmarks/core/browser/bookmark_codec.h
rename to components/bookmarks/browser/bookmark_codec.h
index 909ed6e393b0f6d4433091287a4faf63d1e63b2e..ceca9c0bc12310ffdc73b3d134f8e36173782f6d 100644
--- a/components/bookmarks/core/browser/bookmark_codec.h
+++ b/components/bookmarks/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 COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_CODEC_H_
-#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_CODEC_H_
+#ifndef COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_CODEC_H_
+#define COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_CODEC_H_
#include <set>
#include <string>
@@ -11,7 +11,7 @@
#include "base/basictypes.h"
#include "base/md5.h"
#include "base/strings/string16.h"
-#include "components/bookmarks/core/browser/bookmark_node.h"
+#include "components/bookmarks/browser/bookmark_node.h"
class BookmarkModel;
@@ -204,4 +204,4 @@ class BookmarkCodec {
DISALLOW_COPY_AND_ASSIGN(BookmarkCodec);
};
-#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_CODEC_H_
+#endif // COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_CODEC_H_
« no previous file with comments | « components/bookmarks/browser/bookmark_client.cc ('k') | components/bookmarks/browser/bookmark_codec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698