Chromium Code Reviews| Index: chrome/browser/android/banners/app_banner_manager_android.h |
| diff --git a/chrome/browser/android/banners/app_banner_manager_android.h b/chrome/browser/android/banners/app_banner_manager_android.h |
| index d784833aa35b522bc2c8c10ee45d6cbeef05fd43..daf2d9f626a4c3553792b4cb56a24f175dbf2877 100644 |
| --- a/chrome/browser/android/banners/app_banner_manager_android.h |
| +++ b/chrome/browser/android/banners/app_banner_manager_android.h |
| @@ -71,6 +71,8 @@ class AppBannerManagerAndroid |
| // Registers native methods. |
| static bool Register(JNIEnv* env); |
| + using AppBannerManager::GetWeakPtr; |
|
dominickn
2017/04/24 00:56:30
Instead of using, just make the GetWeakPtr method
Matt Giuca
2017/04/24 01:42:13
Done.
|
| + |
| protected: |
| // Return the ideal badge icon size. |
| int GetIdealBadgeIconSizeInPx(); |