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

Unified Diff: chrome/browser/ui/browser.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 | « no previous file | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index e7aff35c7a674cc6db4e76461e9049198a3bc6bc..88364b8ccb2364402f369baf7e25d2f9ad13d564 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -65,13 +65,13 @@ class SearchModel;
class StatusBubble;
class TabStripModel;
class TabStripModelDelegate;
+class ValidationMessageBubble;
struct WebApplicationInfo;
namespace chrome {
class BrowserCommandController;
class FastUnloadController;
class UnloadController;
-class ValidationMessageBubble;
}
namespace content {
@@ -965,7 +965,7 @@ class Browser : public TabStripModelObserver,
scoped_ptr<BrowserContentTranslateDriverObserver> translate_driver_observer_;
- scoped_ptr<chrome::ValidationMessageBubble> validation_message_bubble_;
+ scoped_ptr<ValidationMessageBubble> validation_message_bubble_;
// The following factory is used for chrome update coalescing.
base::WeakPtrFactory<Browser> chrome_updater_factory_;
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698