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

Unified Diff: net/cookies/cookie_store_test_callbacks.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 | « media/tools/player_x11/x11_video_renderer.h ('k') | net/proxy/mock_proxy_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cookies/cookie_store_test_callbacks.h
diff --git a/net/cookies/cookie_store_test_callbacks.h b/net/cookies/cookie_store_test_callbacks.h
index 0d74b583e7f416460143b6f7d1354132a1702e0d..ad6f77eb087fd15a80a23807ca5fe19efea6b474 100644
--- a/net/cookies/cookie_store_test_callbacks.h
+++ b/net/cookies/cookie_store_test_callbacks.h
@@ -10,9 +10,8 @@
#include "net/cookies/cookie_store.h"
-class MessageLoop;
-
namespace base {
+class MessageLoop;
class Thread;
}
@@ -42,9 +41,9 @@ class CookieCallback {
private:
bool did_run_;
base::Thread* run_in_thread_;
- MessageLoop* run_in_loop_;
- MessageLoop* parent_loop_;
- MessageLoop* loop_to_quit_;
+ base::MessageLoop* run_in_loop_;
+ base::MessageLoop* parent_loop_;
+ base::MessageLoop* loop_to_quit_;
};
// Callback implementations for the asynchronous CookieStore methods.
« no previous file with comments | « media/tools/player_x11/x11_video_renderer.h ('k') | net/proxy/mock_proxy_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698