| Index: content/common/font_config_ipc_linux.h
|
| diff --git a/content/common/font_config_ipc_linux.h b/content/common/font_config_ipc_linux.h
|
| index 472c2f1aab4a4ecfcb0ca71d75e6439d3c4f689e..1fcee654be86f5aaaf76ba1a9bb04b748bbeff42 100644
|
| --- a/content/common/font_config_ipc_linux.h
|
| +++ b/content/common/font_config_ipc_linux.h
|
| @@ -31,7 +31,7 @@ namespace content {
|
|
|
|
|
| // FontConfig implementation for Skia that proxies out of process to get out
|
| -// of the sandbox. See http://code.google.com/p/chromium/wiki/LinuxSandboxIPC
|
| +// of the sandbox. See https://chromium.googlesource.com/chromium/src/+/master/docs/linux_sandbox_ipc.md
|
| class FontConfigIPC : public SkFontConfigInterface {
|
| public:
|
| explicit FontConfigIPC(int fd);
|
|
|