| Index: chrome/android/java/src/org/chromium/chrome/browser/favicon/FaviconHelper.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/favicon/FaviconHelper.java b/chrome/android/java/src/org/chromium/chrome/browser/favicon/FaviconHelper.java
|
| index c2722142eec6daae8e2040031334f23d1542c135..879ea1b3aec00e91cd71f159b07d99c45211f110 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/favicon/FaviconHelper.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/favicon/FaviconHelper.java
|
| @@ -13,9 +13,10 @@ import org.chromium.chrome.browser.profiles.Profile;
|
| /**
|
| * This is a helper class to use favicon_service.cc's functionality.
|
| *
|
| - * You can request a favicon image by web page URL. Note that an instance of this class should be
|
| - * created & used & destroyed (by destroy()) in the same thread due to the C++ CancelableTaskTracker
|
| - * class requirement.
|
| + * You can request a favicon image by web page URL. Note that an instance of
|
| + * this class should be created & used & destroyed (by destroy()) in the same
|
| + * thread due to the C++ base::CancelableTaskTracker class
|
| + * requirement.
|
| */
|
| public class FaviconHelper {
|
|
|
|
|