Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: chrome/browser/android/tab_android.h

Issue 148523013: [Android] Rename TabBase to Tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2014_01_22_tabbase
Patch Set: sync Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698