summaryrefslogtreecommitdiffstats
path: root/components/enhanced_bookmarks/enhanced_bookmark_utils.h
diff options
context:
space:
mode:
authoralexclarke <alexclarke@chromium.org>2015-02-12 06:52:39 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-12 14:53:06 +0000
commitf40cb64710a333da6d554e98dfcc432cd6cf8f1f (patch)
treee30461bc6a2906a3d33a1660b64c51c521e7d5c5 /components/enhanced_bookmarks/enhanced_bookmark_utils.h
parent3812747c8aaaa5e9aeb370442c1c8cdc2483b9a0 (diff)
downloadchromium_src-f40cb64710a333da6d554e98dfcc432cd6cf8f1f.zip
chromium_src-f40cb64710a333da6d554e98dfcc432cd6cf8f1f.tar.gz
chromium_src-f40cb64710a333da6d554e98dfcc432cd6cf8f1f.tar.bz2
Revert of Upstream Enhanced Bookmark Model (patchset #6 id:100001 of https://codereview.chromium.org/899403002/)
Reason for revert: This is blocking downstream and people are complaining. I tried to land the downstream fix but there was a compile problem. Sorry, hope you can fix the problems and re-land. Original issue's description: > Upstream Enhanced Bookmark Model > > This is the data layout of enhanced bookmark. There is no reason why > this class should live in private repository. > > BUG=428832 > > Committed: https://crrev.com/691b64f43fc0a69752344e5edbbc4d8f406cf261 > Cr-Commit-Position: refs/heads/master@{#315939} TBR=kkimlabs@chromium.org,newt@chromium.org,cjhopman@chromium.org,ianwen@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=428832 Review URL: https://codereview.chromium.org/920043003 Cr-Commit-Position: refs/heads/master@{#315976}
Diffstat (limited to 'components/enhanced_bookmarks/enhanced_bookmark_utils.h')
-rw-r--r--components/enhanced_bookmarks/enhanced_bookmark_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/enhanced_bookmarks/enhanced_bookmark_utils.h b/components/enhanced_bookmarks/enhanced_bookmark_utils.h
index 97a9b27..f2ce4dc 100644
--- a/components/enhanced_bookmarks/enhanced_bookmark_utils.h
+++ b/components/enhanced_bookmarks/enhanced_bookmark_utils.h
@@ -22,7 +22,7 @@ static const char kLaunchLocationUMA[] = "Stars.LaunchLocation";
// Please sync with the corresponding histograms.xml.
//
// A Java counterpart will be generated for this enum.
-// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.enhanced_bookmarks
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.enhancedbookmark
enum LaunchLocation {
ALL_ITEMS = 0,
UNCATEGORIZED = 1, // Deprecated.