| 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_
|
|
|