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

Unified Diff: components/reading_list/reading_list_model_bridge_observer.h

Issue 2514333003: Componentize Reading List (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/reading_list_model_bridge_observer.h
diff --git a/ios/chrome/browser/reading_list/reading_list_model_bridge_observer.h b/components/reading_list/reading_list_model_bridge_observer.h
similarity index 90%
copy from ios/chrome/browser/reading_list/reading_list_model_bridge_observer.h
copy to components/reading_list/reading_list_model_bridge_observer.h
index aa7c4f7830a92e098a972f49ef67776e0c0ee03d..9568ca5c8a877694a15845a17f4eb2c7a9567a2c 100644
--- a/ios/chrome/browser/reading_list/reading_list_model_bridge_observer.h
+++ b/components/reading_list/reading_list_model_bridge_observer.h
@@ -3,13 +3,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IOS_INTERNAL_CHROME_BROWSER_UI_READING_LIST_READING_LIST_MODEL_BRIDGE_OBSERVER_H_
-#define IOS_INTERNAL_CHROME_BROWSER_UI_READING_LIST_READING_LIST_MODEL_BRIDGE_OBSERVER_H_
+#ifndef COMPONENTS_READING_LIST_READING_LIST_MODEL_BRIDGE_OBSERVER_H_
+#define COMPONENTS_READING_LIST_READING_LIST_MODEL_BRIDGE_OBSERVER_H_
#import <Foundation/Foundation.h>
#include "base/macros.h"
-#include "ios/chrome/browser/reading_list/reading_list_model_observer.h"
+#include "components/reading_list/reading_list_model_observer.h"
// Protocol duplicating all Reading List Model Observer methods in Objective-C.
@protocol ReadingListModelBridgeObserver<NSObject>
@@ -84,4 +84,4 @@ class ReadingListModelBridge : public ReadingListModelObserver {
DISALLOW_COPY_AND_ASSIGN(ReadingListModelBridge);
};
-#endif // IOS_INTERNAL_CHROME_BROWSER_UI_READING_LIST_READING_LIST_MODEL_BRIDGE_OBSERVER_H_
+#endif // COMPONENTS_READING_LIST_READING_LIST_MODEL_BRIDGE_OBSERVER_H_
« no previous file with comments | « components/reading_list/reading_list_model.cc ('k') | components/reading_list/reading_list_model_bridge_observer.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698