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

Unified Diff: components/reading_list/ios/reading_list_model.h

Issue 2511723002: Enable RL sync by default on iOS (Closed)
Patch Set: rebase Created 4 years, 1 month 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/ios/reading_list_model.h
diff --git a/components/reading_list/reading_list_model.h b/components/reading_list/ios/reading_list_model.h
similarity index 94%
rename from components/reading_list/reading_list_model.h
rename to components/reading_list/ios/reading_list_model.h
index e3bc44fe4547b5b0e56a5737876a0c376f3c06c4..b3969fa6a6276c1dc59b0b40165266cb783765b3 100644
--- a/components/reading_list/reading_list_model.h
+++ b/components/reading_list/ios/reading_list_model.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_READING_LIST_READING_LIST_MODEL_H_
-#define COMPONENTS_READING_LIST_READING_LIST_MODEL_H_
+#ifndef COMPONENTS_READING_LIST_IOS_READING_LIST_MODEL_H_
+#define COMPONENTS_READING_LIST_IOS_READING_LIST_MODEL_H_
#include <memory>
#include <string>
@@ -12,8 +12,8 @@
#include "base/callback.h"
#include "base/observer_list.h"
#include "base/threading/non_thread_safe.h"
-#include "components/reading_list/reading_list_entry.h"
-#include "components/reading_list/reading_list_model_observer.h"
+#include "components/reading_list/ios/reading_list_entry.h"
+#include "components/reading_list/ios/reading_list_model_observer.h"
class GURL;
class ReadingListEntry;
@@ -153,4 +153,4 @@ class ReadingListModel : public base::NonThreadSafe {
DISALLOW_COPY_AND_ASSIGN(ReadingListModel);
};
-#endif // COMPONENTS_READING_LIST_READING_LIST_MODEL_H_
+#endif // COMPONENTS_READING_LIST_IOS_READING_LIST_MODEL_H_
« no previous file with comments | « components/reading_list/ios/reading_list_entry_unittest.cc ('k') | components/reading_list/ios/reading_list_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698