Chromium Code Reviews| Index: ipc/README.md |
| diff --git a/ipc/README.md b/ipc/README.md |
| index 2b1f9f20b146aba753546cc126781955e22377f5..be5624dca39ad490f89f9294ff53563702ea5a61 100644 |
| --- a/ipc/README.md |
| +++ b/ipc/README.md |
| @@ -604,7 +604,7 @@ and add a typemap like [url_request.typemap](https://cs.chromium.org/chromium/sr |
| to define the mapping: |
| ``` |
| -mojom = "//content/common/url_loader.mojom" |
| +mojom = "//content/public/common/url_loader.mojom" |
| public_headers = [ "//content/common/resource_request.h" ] |
| traits_headers = [ "//content/common/resource_messages.h" ] |
| ... |