| Index: chrome/browser/ui/validation_message_bubble.h
|
| diff --git a/chrome/browser/ui/validation_message_bubble.h b/chrome/browser/ui/validation_message_bubble.h
|
| index be9980818e63dcfaae054ded97284e802998d09b..74f5b9b9384900e116ab73c39e8291d25bcc7008 100644
|
| --- a/chrome/browser/ui/validation_message_bubble.h
|
| +++ b/chrome/browser/ui/validation_message_bubble.h
|
| @@ -16,8 +16,6 @@ namespace gfx {
|
| class Rect;
|
| }
|
|
|
| -namespace chrome {
|
| -
|
| class ValidationMessageBubble {
|
| public:
|
| // Open a tooltip-like window to show the specified messages. The window
|
| @@ -39,6 +37,4 @@ class ValidationMessageBubble {
|
| const gfx::Rect& anchor_in_root_view) = 0;
|
| };
|
|
|
| -} // namespace chrome
|
| -
|
| #endif // CHROME_BROWSER_UI_VALIDATION_MESSAGE_BUBBLE_H_
|
|
|