Index: chrome/browser/search_engines/search_provider_install_state_message_filter.cc |
=================================================================== |
--- chrome/browser/search_engines/search_provider_install_state_message_filter.cc (revision 110303) |
+++ chrome/browser/search_engines/search_provider_install_state_message_filter.cc (working copy) |
@@ -7,10 +7,10 @@ |
#include "base/logging.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/render_messages.h" |
-#include "content/browser/renderer_host/render_process_host.h" |
#include "content/browser/renderer_host/render_view_host.h" |
#include "content/public/browser/notification_source.h" |
#include "content/public/browser/notification_types.h" |
+#include "content/public/browser/render_process_host.h" |
#include "googleurl/src/gurl.h" |
using content::BrowserThread; |
@@ -26,7 +26,7 @@ |
content::Source<RenderProcessHost>( |
RenderProcessHost::FromID(render_process_id))), |
is_off_the_record_(profile->IsOffTheRecord()) { |
- // This is initialized by BrowserRenderProcessHost. Do not add any non-trivial |
+ // This is initialized by RenderProcessHostImpl. Do not add any non-trivial |
// initialization here. Instead do it lazily when required. |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
} |