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

Unified Diff: components/reading_list/reading_list_store_delegate.h

Issue 2514333003: Componentize Reading List (Closed)
Patch Set: fix 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_store_delegate.h
diff --git a/ios/chrome/browser/reading_list/reading_list_store_delegate.h b/components/reading_list/reading_list_store_delegate.h
similarity index 84%
rename from ios/chrome/browser/reading_list/reading_list_store_delegate.h
rename to components/reading_list/reading_list_store_delegate.h
index 99170341338f216eec0777676b2fecdc5b44031a..c62f279574456db2cda29bde12c2be79ee8772cf 100644
--- a/ios/chrome/browser/reading_list/reading_list_store_delegate.h
+++ b/components/reading_list/reading_list_store_delegate.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 IOS_CHROME_BROWSER_READING_LIST_READING_LIST_STORE_DELEGATE_H_
-#define IOS_CHROME_BROWSER_READING_LIST_READING_LIST_STORE_DELEGATE_H_
+#ifndef COMPONENTS_READING_LIST_READING_LIST_STORE_DELEGATE_H_
+#define COMPONENTS_READING_LIST_READING_LIST_STORE_DELEGATE_H_
class ReadingListEntry;
@@ -31,4 +31,4 @@ class ReadingListStoreDelegate {
virtual void SyncRemoveEntry(const GURL& url) = 0;
};
-#endif // IOS_CHROME_BROWSER_READING_LIST_READING_LIST_STORE_DELEGATE_H_
+#endif // COMPONENTS_READING_LIST_READING_LIST_STORE_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698