Index: chrome/browser/android/shortcut_helper.h |
diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h |
index 93e1c9d589a86307befc9bbc041867eb15ffadae..802c8b5dece7105d185a0401cf0535abec5fa448 100644 |
--- a/chrome/browser/android/shortcut_helper.h |
+++ b/chrome/browser/android/shortcut_helper.h |
@@ -11,8 +11,7 @@ |
#include "third_party/skia/include/core/SkBitmap.h" |
// ShortcutHelper is the C++ counterpart of org.chromium.chrome.browser's |
-// ShortcutHelper in Java. The object is owned by the Java object. It is created |
-// from there via a JNI (Initialize) call and MUST BE DESTROYED via Destroy(). |
+// ShortcutHelper in Java. |
class ShortcutHelper { |
public: |
// Registers JNI hooks. |