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

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

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
« no previous file with comments | « no previous file | chrome/browser/ui/views/accessibility/invert_bubble_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/accessibility/invert_bubble_view.h
diff --git a/chrome/browser/ui/views/accessibility/invert_bubble_view.h b/chrome/browser/ui/views/accessibility/invert_bubble_view.h
index af2cb2d643b5c83c93724335c40c97d39a27af9f..890da80a1e202c88d2bdfb5a4a1f937cd57caf83 100644
--- a/chrome/browser/ui/views/accessibility/invert_bubble_view.h
+++ b/chrome/browser/ui/views/accessibility/invert_bubble_view.h
@@ -11,7 +11,7 @@ namespace views {
class View;
}
-namespace browser {
+namespace chrome {
// Show a bubble telling the user that they're using Windows high-constrast mode
// with a light-on-dark scheme, so they may be interested in a high-contrast
@@ -19,6 +19,6 @@ namespace browser {
// this condition for a particular profile.
void MaybeShowInvertBubbleView(Browser* browser, views::View* anchor_view);
-} // namespace browser
+} // namespace chrome
#endif // CHROME_BROWSER_UI_VIEWS_ACCESSIBILITY_INVERT_BUBBLE_VIEW_H_
« no previous file with comments | « no previous file | chrome/browser/ui/views/accessibility/invert_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698