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

Unified Diff: base/message_loop_proxy.h

Issue 6714032: Move some files in base to base/memory. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: only base Created 9 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
Index: base/message_loop_proxy.h
diff --git a/base/message_loop_proxy.h b/base/message_loop_proxy.h
index 6a8cbe8863623ab8bfd67cf12d603c15207ec751..50e65102b0d6d89ed6c21dcf637cc6b7640b31a3 100644
--- a/base/message_loop_proxy.h
+++ b/base/message_loop_proxy.h
@@ -7,7 +7,7 @@
#pragma once
#include "base/basictypes.h"
-#include "base/ref_counted.h"
+#include "base/memory/ref_counted.h"
#include "base/task.h"
namespace base {
@@ -20,7 +20,7 @@ struct MessageLoopProxyTraits;
// MessageLoopProxy::CreateForCurrentThread().
class MessageLoopProxy
: public base::RefCountedThreadSafe<MessageLoopProxy,
- MessageLoopProxyTraits> {
+ MessageLoopProxyTraits> {
brettw 2011/03/24 20:37:30 Revert this
public:
// These methods are the same as in message_loop.h, but are guaranteed to
// either post the Task to the MessageLoop (if it's still alive), or to

Powered by Google App Engine
This is Rietveld 408576698