| Index: mojo/services/public/interfaces/network/cookie_store.mojom
|
| diff --git a/mojo/services/public/interfaces/network/cookie_store.mojom b/mojo/services/public/interfaces/network/cookie_store.mojom
|
| index 76b374ab4813525edc4a3e328e76bbd5e6c9837e..6f2da5e16bcf590ccba03766f2a94d27bd570595 100644
|
| --- a/mojo/services/public/interfaces/network/cookie_store.mojom
|
| +++ b/mojo/services/public/interfaces/network/cookie_store.mojom
|
| @@ -2,11 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module mojo {
|
| +module mojo;
|
|
|
| interface CookieStore {
|
| Get(string? url) => (string? cookies);
|
| Set(string? url, string? cookie) => (bool success);
|
| };
|
| -
|
| -}
|
|
|