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

Unified Diff: chrome/browser/notifications/balloon_collection_impl.h

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
Index: chrome/browser/notifications/balloon_collection_impl.h
diff --git a/chrome/browser/notifications/balloon_collection_impl.h b/chrome/browser/notifications/balloon_collection_impl.h
index cff70774ede0e8d5121eba6b6c44b60c2f4b9685..8c2c9ee032633de9b4ec473cceda013fabeb65d5 100644
--- a/chrome/browser/notifications/balloon_collection_impl.h
+++ b/chrome/browser/notifications/balloon_collection_impl.h
@@ -36,9 +36,10 @@
class BalloonCollectionImpl : public BalloonCollection,
public content::NotificationObserver
#if USE_OFFSETS
- , public MessageLoopForUI::Observer
+ ,
+ public base::MessageLoopForUI::Observer
#endif
-{
+ {
public:
BalloonCollectionImpl();
virtual ~BalloonCollectionImpl();

Powered by Google App Engine
This is Rietveld 408576698