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

Unified Diff: chrome/browser/ui/views/accessibility/invert_bubble_view.cc

Issue 10883065: views: Move invert_bubble_view.* into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/ui/views/accessibility/invert_bubble_view.cc
diff --git a/chrome/browser/ui/views/accessibility/invert_bubble_view.cc b/chrome/browser/ui/views/accessibility/invert_bubble_view.cc
index 8d9caf3d1e83416f7db517678d7a0197ce3268b3..930e2c5e136a00e8e816106866f1ee402d104091 100644
--- a/chrome/browser/ui/views/accessibility/invert_bubble_view.cc
+++ b/chrome/browser/ui/views/accessibility/invert_bubble_view.cc
@@ -155,7 +155,7 @@ void InvertBubbleView::OpenLink(const std::string& url, int event_flags) {
} // namespace
-namespace browser {
+namespace chrome {
void MaybeShowInvertBubbleView(Browser* browser, views::View* anchor_view) {
PrefService* pref_service = browser->profile()->GetPrefs();
@@ -168,4 +168,4 @@ void MaybeShowInvertBubbleView(Browser* browser, views::View* anchor_view) {
}
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/ui/views/accessibility/invert_bubble_view.h ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698