Index: chrome/browser/android/tab_android.h |
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h |
index bc52a537d267e99d85be7c61439ce3c3016a2f26..8088648d1667d835bb9bba5887cf67668bf093ea 100644 |
--- a/chrome/browser/android/tab_android.h |
+++ b/chrome/browser/android/tab_android.h |
@@ -71,6 +71,9 @@ class TabAndroid { |
virtual ~TabAndroid(); |
int tab_id_; |
+ |
+ private: |
+ static void InitTabHelpers(content::WebContents* web_contents); |
}; |
#endif // CHROME_BROWSER_ANDROID_TAB_ANDROID_H_ |