diff options
Diffstat (limited to 'mojo/services/network/cookie_store_impl.cc')
-rw-r--r-- | mojo/services/network/cookie_store_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/services/network/cookie_store_impl.cc b/mojo/services/network/cookie_store_impl.cc index acee535..ebd0c92 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), |