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

Unified Diff: chrome/browser/ui/views/sync/one_click_signin_bubble_view.h

Issue 13243003: Move MessageLoop to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/sync/glue/ui_model_worker.h ('k') | chrome/browser/ui/webui/ntp/thumbnail_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/sync/one_click_signin_bubble_view.h
diff --git a/chrome/browser/ui/views/sync/one_click_signin_bubble_view.h b/chrome/browser/ui/views/sync/one_click_signin_bubble_view.h
index 720d7c4ccdb20ee14ce5c9748a43a648c4098d23..78de25d33f75608154b8334cf1f73f9edbca3aab 100644
--- a/chrome/browser/ui/views/sync/one_click_signin_bubble_view.h
+++ b/chrome/browser/ui/views/sync/one_click_signin_bubble_view.h
@@ -16,7 +16,9 @@
#include "ui/views/controls/button/button.h"
#include "ui/views/controls/link_listener.h"
+namespace base {
class MessageLoop;
+}
namespace views {
class GridLayout;
@@ -108,7 +110,7 @@ class OneClickSigninBubbleView : public views::BubbleDelegateView,
BrowserWindow::StartSyncCallback start_sync_callback_;
// A message loop used only with unit tests.
- MessageLoop* message_loop_for_testing_;
+ base::MessageLoop* message_loop_for_testing_;
DISALLOW_COPY_AND_ASSIGN(OneClickSigninBubbleView);
};
« no previous file with comments | « chrome/browser/sync/glue/ui_model_worker.h ('k') | chrome/browser/ui/webui/ntp/thumbnail_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698