Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: content/shell/shell_render_view_host_observer.cc

Issue 9834092: Content shell: Use only public API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/shell_mac.mm ('k') | content/shell/shell_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_render_view_host_observer.cc
diff --git a/content/shell/shell_render_view_host_observer.cc b/content/shell/shell_render_view_host_observer.cc
index da57f8795003d46f1bbe75bb6ab285a35ae7c1e1..c3529a06336b663d0959f15a3aaa70a4c59a70fb 100644
--- a/content/shell/shell_render_view_host_observer.cc
+++ b/content/shell/shell_render_view_host_observer.cc
@@ -7,7 +7,7 @@
#include <iostream>
#include "base/message_loop.h"
-#include "content/browser/renderer_host/render_view_host_impl.h"
+#include "content/public/browser/render_view_host.h"
#include "content/shell/shell.h"
#include "content/shell/shell_messages.h"
« no previous file with comments | « content/shell/shell_mac.mm ('k') | content/shell/shell_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698