| Index: mojo/services/network/mojo_persistent_cookie_store.h
|
| diff --git a/mojo/services/network/mojo_persistent_cookie_store.h b/mojo/services/network/mojo_persistent_cookie_store.h
|
| index dd5eecdcb5aa7daca7f5e2e517405afdbdc5a4c4..97e8b6d022aa5c80bc55341e0a05fb74ec4f38a8 100644
|
| --- a/mojo/services/network/mojo_persistent_cookie_store.h
|
| +++ b/mojo/services/network/mojo_persistent_cookie_store.h
|
| @@ -20,7 +20,7 @@ namespace mojo {
|
| class NetworkServiceDelegate;
|
|
|
| // A PersistentCookieStore that listens to NetworkContext's and tries to
|
| -// gracefully shutdown when our ApplicationConnection is about to be closed.
|
| +// gracefully shutdown when our Connection is about to be closed.
|
| class MojoPersistentCookieStore
|
| : public net::CookieMonster::PersistentCookieStore,
|
| public NetworkServiceDelegateObserver {
|
|
|