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

Unified Diff: components/offline_items_collection/core/offline_item.h

Issue 2757773002: Support providers with two namespaces (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/offline_items_collection/core/offline_item.h
diff --git a/components/offline_items_collection/core/offline_item.h b/components/offline_items_collection/core/offline_item.h
index 835311190fb155de2ca17eaa120335623808aa95..d05fc858e46c5e66215c420711c7e49c025b94ab 100644
--- a/components/offline_items_collection/core/offline_item.h
+++ b/components/offline_items_collection/core/offline_item.h
@@ -50,6 +50,8 @@ struct OfflineItem {
bool operator==(const OfflineItem& offline_item) const;
+ bool operator<(const OfflineItem& offline_item) const;
+
// The id of this OfflineItem. Used to identify this item across all relevant
// systems.
ContentId id;

Powered by Google App Engine
This is Rietveld 408576698