Index: base/message_loop/message_loop.h |
diff --git a/base/message_loop/message_loop.h b/base/message_loop/message_loop.h |
index b1b219a2e99d59f5944d9ee0344029820a475452..1b6d407241acf9114495af249ba8aeb5428fae22 100644 |
--- a/base/message_loop/message_loop.h |
+++ b/base/message_loop/message_loop.h |
@@ -415,7 +415,7 @@ class BASE_EXPORT MessageLoop : public MessagePump::Delegate { |
// thread the message loop runs on, before calling Run(). |
// Before BindToCurrentThread() is called only Post*Task() functions can |
// be called on the message loop. |
- scoped_ptr<MessageLoop> CreateUnbound( |
+ static scoped_ptr<MessageLoop> CreateUnbound( |
Type type, |
MessagePumpFactoryCallback pump_factory); |