| Index: chrome/browser/tab_contents/thumbnail_generator_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/thumbnail_generator_unittest.cc (revision 91968)
|
| +++ chrome/browser/tab_contents/thumbnail_generator_unittest.cc (working copy)
|
| @@ -68,7 +68,7 @@
|
| // a little scary in that we don't have a RenderView, but the only listener
|
| // will want a RenderWidget, so it works out OK.
|
| NotificationService::current()->Notify(
|
| - NotificationType::RENDER_VIEW_HOST_CREATED_FOR_TAB,
|
| + chrome::RENDER_VIEW_HOST_CREATED_FOR_TAB,
|
| Source<RenderViewHostManager>(NULL),
|
| Details<RenderViewHost>(reinterpret_cast<RenderViewHost*>(
|
| widget_.get())));
|
|
|