diff options
Diffstat (limited to 'chrome/browser/android/tab_android.h')
-rw-r--r-- | chrome/browser/android/tab_android.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h index 69e258f..170c8c0 100644 --- a/chrome/browser/android/tab_android.h +++ b/chrome/browser/android/tab_android.h @@ -44,7 +44,7 @@ class TabAndroid : public CoreTabHelperDelegate, // WebContents. Can return NULL. static TabAndroid* FromWebContents(content::WebContents* web_contents); - // Returns the native TabAndroid stored in the Java TabBase represented by + // Returns the native TabAndroid stored in the Java Tab represented by // |obj|. static TabAndroid* GetNativeTab(JNIEnv* env, jobject obj); |