summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/thumbnail_generator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/thumbnail_generator.cc')
-rw-r--r--chrome/browser/tab_contents/thumbnail_generator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/thumbnail_generator.cc b/chrome/browser/tab_contents/thumbnail_generator.cc
index 8e26877..d0a86f0 100644
--- a/chrome/browser/tab_contents/thumbnail_generator.cc
+++ b/chrome/browser/tab_contents/thumbnail_generator.cc
@@ -354,7 +354,7 @@ void ThumbnailGenerator::Observe(int type,
void ThumbnailGenerator::WidgetHidden(RenderWidgetHost* widget) {
// tab_contents_ can be NULL, if StartThumbnailing() is not called, but
// MonitorRenderer() is called. The use case is found in
- // chrome/test/ui_test_utils.cc.
+ // chrome/test/base/ui_test_utils.cc.
if (!tab_contents())
return;
UpdateThumbnailIfNecessary(tab_contents());