Index: chrome/browser/android/shortcut_data_fetcher.h |
diff --git a/chrome/browser/android/shortcut_data_fetcher.h b/chrome/browser/android/shortcut_data_fetcher.h |
index 7ec70b3943bb206889c257956ecb5235804723e1..f1e8593786ac521b81878c42203740ae0e3fa3db 100644 |
--- a/chrome/browser/android/shortcut_data_fetcher.h |
+++ b/chrome/browser/android/shortcut_data_fetcher.h |
@@ -38,7 +38,7 @@ class ShortcutDataFetcher |
class Observer { |
public: |
// Called when the title of the page is available. |
- virtual void OnTitleAvailable(const base::string16& title) = 0; |
+ virtual void OnUserTitleAvailable(const base::string16& title) = 0; |
// Converts the icon into one that can be used on the Android Home screen. |
virtual SkBitmap FinalizeLauncherIcon(const SkBitmap& icon, |