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

Unified Diff: components/reading_list/core/reading_list_store.h

Issue 2763233003: Move ReadingList model to components/reading_list/core (Closed)
Patch Set: feedback 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/reading_list_store.h
diff --git a/components/reading_list/ios/reading_list_store.h b/components/reading_list/core/reading_list_store.h
similarity index 96%
rename from components/reading_list/ios/reading_list_store.h
rename to components/reading_list/core/reading_list_store.h
index 9852d791675495c06c0c5eff49a1beb674111e44..9f6eef8abfd371abaf4e11458122ef271908d44b 100644
--- a/components/reading_list/ios/reading_list_store.h
+++ b/components/reading_list/core/reading_list_store.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_READING_LIST_IOS_READING_LIST_STORE_H_
-#define COMPONENTS_READING_LIST_IOS_READING_LIST_STORE_H_
+#ifndef COMPONENTS_READING_LIST_CORE_READING_LIST_STORE_H_
+#define COMPONENTS_READING_LIST_CORE_READING_LIST_STORE_H_
#include <memory>
#include <string>
#include "base/threading/non_thread_safe.h"
-#include "components/reading_list/ios/reading_list_model_storage.h"
-#include "components/reading_list/ios/reading_list_store_delegate.h"
+#include "components/reading_list/core/reading_list_model_storage.h"
+#include "components/reading_list/core/reading_list_store_delegate.h"
#include "components/sync/model/model_error.h"
#include "components/sync/model/model_type_store.h"
@@ -171,4 +171,4 @@ class ReadingListStore : public ReadingListModelStorage,
DISALLOW_COPY_AND_ASSIGN(ReadingListStore);
};
-#endif // COMPONENTS_READING_LIST_IOS_READING_LIST_STORE_H_
+#endif // COMPONENTS_READING_LIST_CORE_READING_LIST_STORE_H_
« no previous file with comments | « components/reading_list/core/reading_list_pref_names.cc ('k') | components/reading_list/core/reading_list_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698