| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index 69e258f63d64da3025243b11d5b7c6e4187bee6a..170c8c0a07baf25680c93293f2e18b2303c9e06d 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);
|
|
|
|
|