summaryrefslogtreecommitdiffstats
path: root/chrome/browser/aeropeek_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/aeropeek_manager.cc')
-rw-r--r--chrome/browser/aeropeek_manager.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/aeropeek_manager.cc b/chrome/browser/aeropeek_manager.cc
index 171cdb1..ccdf178 100644
--- a/chrome/browser/aeropeek_manager.cc
+++ b/chrome/browser/aeropeek_manager.cc
@@ -434,9 +434,9 @@ class AeroPeekWindow : public ui::WindowImpl {
// An interface which dispatches events received from Window.
// This window notifies events received from Windows to TabStrip through
// this interface.
- // We should not directly access TabContents members since Windows may send
+ // We should not directly access WebContents members since Windows may send
// AeroPeek events to a tab closed by Chrome.
- // To prevent such race condition, we get access to TabContents through
+ // To prevent such race condition, we get access to WebContents through
// AeroPeekManager.
AeroPeekWindowDelegate* delegate_;