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

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

Issue 10689057: browser: Put more files in chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/toolkit_extra_parts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 41785289c572521f61d5f32477c51f1c9e1ee366..de7b5135cdb1c487752261c4737b7de68b69b5cf 100644
--- a/chrome/browser/tab_contents/spelling_menu_observer.cc
+++ b/chrome/browser/tab_contents/spelling_menu_observer.cc
@@ -230,11 +230,11 @@ void SpellingMenuObserver::ExecuteCommand(int command_id) {
if (!integrate_spelling_service_) {
content::RenderViewHost* rvh = proxy_->GetRenderViewHost();
gfx::Rect rect = rvh->GetView()->GetViewBounds();
- browser::ShowConfirmBubble(rvh->GetView()->GetNativeView(),
- gfx::Point(rect.CenterPoint().x(), rect.y()),
- new SpellingBubbleModel(
- proxy_->GetProfile(),
- proxy_->GetWebContents()));
+ chrome::ShowConfirmBubble(rvh->GetView()->GetNativeView(),
+ gfx::Point(rect.CenterPoint().x(), rect.y()),
+ new SpellingBubbleModel(
+ proxy_->GetProfile(),
+ proxy_->GetWebContents()));
} else {
Profile* profile = proxy_->GetProfile();
if (profile)
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/toolkit_extra_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698