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

Unified Diff: chrome/browser/ui/validation_message_bubble.h

Issue 867323005: MacViews: Fix duplicate definition of ValidationMessageBubble::ShowAndCreate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FirstResponder
Patch Set: Created 5 years, 11 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/ui/tab_dialogs.h ('k') | chrome/browser/ui/views/tab_dialogs_views.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/ui/tab_dialogs.h ('k') | chrome/browser/ui/views/tab_dialogs_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698