Index: chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainer.java |
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainer.java b/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainer.java |
index eea69ded5b4c2c31e41b80044d8999f180827abd..55d8f8f19d3bc319520a0e3f32dcfd9e74035a7d 100644 |
--- a/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainer.java |
+++ b/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainer.java |
@@ -89,7 +89,7 @@ public class InfoBarContainer extends LinearLayout { |
// True when this container has been emptied and its native counterpart has been destroyed. |
private boolean mDestroyed = false; |
- // The id of the tab associated with us. Set to TabBase.INVALID_TAB_ID if no tab is associated. |
+ // The id of the tab associated with us. Set to Tab.INVALID_TAB_ID if no tab is associated. |
private int mTabId; |
// Parent view that contains us. |