Index: components/bookmarks/core/browser/bookmark_pasteboard_helper_mac.h |
diff --git a/chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h b/components/bookmarks/core/browser/bookmark_pasteboard_helper_mac.h |
similarity index 81% |
rename from chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h |
rename to components/bookmarks/core/browser/bookmark_pasteboard_helper_mac.h |
index 88139e608cd8300e822fe238bbed826ac1661359..09103b3c1b84823459e5cf9da114b01b04d27f39 100644 |
--- a/chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h |
+++ b/components/bookmarks/core/browser/bookmark_pasteboard_helper_mac.h |
@@ -2,10 +2,10 @@ |
// 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_PASTEBOARD_HELPER_MAC_H_ |
-#define CHROME_BROWSER_BOOKMARKS_BOOKMARK_PASTEBOARD_HELPER_MAC_H_ |
+#ifndef COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_PASTEBOARD_HELPER_MAC_H_ |
+#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_PASTEBOARD_HELPER_MAC_H_ |
-#include "chrome/browser/bookmarks/bookmark_node_data.h" |
+#include "components/bookmarks/core/browser/bookmark_node_data.h" |
#if defined(__OBJC__) |
@class NSString; |
@@ -40,4 +40,4 @@ bool PasteboardContainsBookmarks(ui::ClipboardType type); |
extern "C" NSString* const kBookmarkDictionaryListPboardType; |
#endif // __OBJC__ |
-#endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_PASTEBOARD_HELPER_MAC_H_ |
+#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_PASTEBOARD_HELPER_MAC_H_ |