Index: chrome/browser/instant/instant_loader_delegate.h |
diff --git a/chrome/browser/instant/instant_loader_delegate.h b/chrome/browser/instant/instant_loader_delegate.h |
index 500e35ea77a384bdd6a0e0486b444eb6f551dd4d..b7eb31bf886adf4bb07a899b9cffb0bd8060bd47 100644 |
--- a/chrome/browser/instant/instant_loader_delegate.h |
+++ b/chrome/browser/instant/instant_loader_delegate.h |
@@ -45,7 +45,7 @@ class InstantLoaderDelegate { |
// Adds the specified url to the set of urls instant won't prefetch for. |
virtual void AddToBlacklist(InstantLoader* loader, const GURL& url) = 0; |
- // Invoked if the loader swaps to a different TabContents. |
+ // Invoked if the loader swaps to a different WebContents. |
virtual void SwappedTabContents(InstantLoader* loader) = 0; |
// Invoked when the webcontents created by the loader is focused. |