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

Unified Diff: components/reading_list/core/offline_url_utils_unittest.cc

Issue 2763233003: Move ReadingList model to components/reading_list/core (Closed)
Patch Set: Created 3 years, 9 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/reading_list/core/offline_url_utils_unittest.cc
diff --git a/components/reading_list/ios/offline_url_utils_unittest.cc b/components/reading_list/core/offline_url_utils_unittest.cc
similarity index 97%
rename from components/reading_list/ios/offline_url_utils_unittest.cc
rename to components/reading_list/core/offline_url_utils_unittest.cc
index 8d9199ab9577bf43861172eaaacc778fe7448c86..77f6db48aaa7c0870e795f793cea17812003acbe 100644
--- a/components/reading_list/ios/offline_url_utils_unittest.cc
+++ b/components/reading_list/core/offline_url_utils_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 "components/reading_list/ios/offline_url_utils.h"
+#include "components/reading_list/core/offline_url_utils.h"
#include <string>

Powered by Google App Engine
This is Rietveld 408576698