summaryrefslogtreecommitdiffstats
path: root/components/enhanced_bookmarks
diff options
context:
space:
mode:
Diffstat (limited to 'components/enhanced_bookmarks')
-rw-r--r--components/enhanced_bookmarks/BUILD.gn2
-rw-r--r--components/enhanced_bookmarks/enhanced_bookmark_utils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/enhanced_bookmarks/BUILD.gn b/components/enhanced_bookmarks/BUILD.gn
index 11462c4..924b570 100644
--- a/components/enhanced_bookmarks/BUILD.gn
+++ b/components/enhanced_bookmarks/BUILD.gn
@@ -61,7 +61,7 @@ if (is_android) {
"enhanced_bookmark_utils.h",
]
outputs = [
- "org/chromium/chrome/browser/enhancedbookmark/LaunchLocation.java",
+ "org/chromium/chrome/browser/enhanced_bookmarks/LaunchLocation.java",
]
}
}
diff --git a/components/enhanced_bookmarks/enhanced_bookmark_utils.h b/components/enhanced_bookmarks/enhanced_bookmark_utils.h
index f2ce4dc..97a9b27 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.enhancedbookmark
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.enhanced_bookmarks
enum LaunchLocation {
ALL_ITEMS = 0,
UNCATEGORIZED = 1, // Deprecated.