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

Unified Diff: chrome/browser/tab_contents/spelling_menu_observer.cc

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. 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
Index: chrome/browser/tab_contents/spelling_menu_observer.cc
diff --git a/chrome/browser/tab_contents/spelling_menu_observer.cc b/chrome/browser/tab_contents/spelling_menu_observer.cc
index 39fa4b1acdcc8abb148cf5e84b63e2c985fe475e..47e835b0637dbbe311fbe75225310ced6948a3f7 100644
--- a/chrome/browser/tab_contents/spelling_menu_observer.cc
+++ b/chrome/browser/tab_contents/spelling_menu_observer.cc
@@ -229,7 +229,7 @@ void SpellingMenuObserver::ExecuteCommand(int command_id) {
// item, we directly update/ the profile and stop integrating the spelling
// service immediately.
if (!integrate_spelling_service_) {
- RenderViewHost* rvh = proxy_->GetRenderViewHost();
+ content::RenderViewHost* rvh = proxy_->GetRenderViewHost();
gfx::Rect rect = rvh->GetView()->GetViewBounds();
ConfirmBubbleModel::Show(rvh->GetView()->GetNativeView(),
gfx::Point(rect.CenterPoint().x(), rect.y()),

Powered by Google App Engine
This is Rietveld 408576698