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

Unified Diff: chrome/browser/bookmarks/bookmark_codec_unittest.cc

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
Index: chrome/browser/bookmarks/bookmark_codec_unittest.cc
diff --git a/chrome/browser/bookmarks/bookmark_codec_unittest.cc b/chrome/browser/bookmarks/bookmark_codec_unittest.cc
index 00c363e979e8498002696450ab3f4d5ad89dfc7c..7eb76e9aabc8337ab181cf24e0ebc841e79a7338 100644
--- a/chrome/browser/bookmarks/bookmark_codec_unittest.cc
+++ b/chrome/browser/bookmarks/bookmark_codec_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/bookmarks/bookmark_codec.h"
+#include "components/bookmarks/core/browser/bookmark_codec.h"
#include "base/file_util.h"
#include "base/files/file_path.h"
@@ -13,9 +13,9 @@
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
-#include "chrome/browser/bookmarks/bookmark_model.h"
#include "chrome/browser/bookmarks/test_bookmark_client.h"
#include "chrome/common/chrome_paths.h"
+#include "components/bookmarks/core/browser/bookmark_model.h"
#include "testing/gtest/include/gtest/gtest.h"
using base::ASCIIToUTF16;
« no previous file with comments | « chrome/browser/bookmarks/bookmark_codec.cc ('k') | chrome/browser/bookmarks/bookmark_expanded_state_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698