| Index: mojo/services/network/cookie_store_impl.cc
|
| diff --git a/mojo/services/network/cookie_store_impl.cc b/mojo/services/network/cookie_store_impl.cc
|
| index acee5350e9eeb5126af6a649cd60d0a56e6d36e1..ebd0c928bb6676a0b5bfb2ba03a8a7c99d7b3a8d 100644
|
| --- a/mojo/services/network/cookie_store_impl.cc
|
| +++ b/mojo/services/network/cookie_store_impl.cc
|
| @@ -28,7 +28,7 @@ void AdaptSetCookieCallback(const Callback<void(bool)>& callback,
|
|
|
| CookieStoreImpl::CookieStoreImpl(NetworkContext* context,
|
| const GURL& origin,
|
| - scoped_ptr<mojo::AppRefCount> app_refcount,
|
| + scoped_ptr<mojo::MessageLoopRef> app_refcount,
|
| InterfaceRequest<CookieStore> request)
|
| : context_(context),
|
| origin_(origin),
|
|
|