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

Unified Diff: components/offline_items_collection/core/offline_item_state.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
« no previous file with comments | « components/offline_items_collection/core/offline_item_filter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_items_collection/core/offline_item_state.h
diff --git a/components/offline_items_collection/core/offline_item_state.h b/components/offline_items_collection/core/offline_item_state.h
index 1f7ec12eb1f211ff6b0bf0e77706f0f892962018..2ddb5fb8b55d2dfd00d1061811f6e8a5732071f8 100644
--- a/components/offline_items_collection/core/offline_item_state.h
+++ b/components/offline_items_collection/core/offline_item_state.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 OfflineItemState {
IN_PROGRESS = 0,
COMPLETE,
« no previous file with comments | « components/offline_items_collection/core/offline_item_filter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698