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

Unified Diff: sync/internal_api/public/http_bridge.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 | « sync/internal_api/public/engine/passive_model_worker.h ('k') | ui/aura/test/aura_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/http_bridge.h
diff --git a/sync/internal_api/public/http_bridge.h b/sync/internal_api/public/http_bridge.h
index 31863fdcd24cff9956395d8a52d100ce9e1d1096..6619adf3f5553f1f38258bb6404e89882077e253 100644
--- a/sync/internal_api/public/http_bridge.h
+++ b/sync/internal_api/public/http_bridge.h
@@ -21,9 +21,12 @@
#include "sync/internal_api/public/http_post_provider_factory.h"
#include "sync/internal_api/public/http_post_provider_interface.h"
-class MessageLoop;
class HttpBridgeTest;
+namespace base {
+class MessageLoop;
+}
+
namespace net {
class HttpResponseHeaders;
class HttpUserAgentSettings;
@@ -157,7 +160,7 @@ class SYNC_EXPORT_PRIVATE HttpBridge
// the network.
// This should be the main syncer thread (SyncerThread) which is what blocks
// on network IO through curl_easy_perform.
- MessageLoop* const created_on_loop_;
+ base::MessageLoop* const created_on_loop_;
// The URL to POST to.
GURL url_for_request_;
« no previous file with comments | « sync/internal_api/public/engine/passive_model_worker.h ('k') | ui/aura/test/aura_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698