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

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

Issue 2707003003: Initial checkin of the Java OfflineContentProvider (Closed)
Patch Set: Fixed findbugs warning 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_filter.h
diff --git a/components/offline_items_collection/core/offline_item_filter.h b/components/offline_items_collection/core/offline_item_filter.h
index a1d20ab546e8aa8337592e3adc7311a59cbc0624..3bdb64b242a4b68f4de5710d5c9926d67aabbd5a 100644
--- a/components/offline_items_collection/core/offline_item_filter.h
+++ b/components/offline_items_collection/core/offline_item_filter.h
@@ -8,7 +8,7 @@
namespace offline_items_collection {
// A Java counterpart will be generated for this enum.
-// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.offline_items_collection.core.item
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.components.offline_items_collection
enum OfflineItemFilter {
FILTER_ALL = 0,
FILTER_PAGE,

Powered by Google App Engine
This is Rietveld 408576698