diff options
author | ben <ben@chromium.org> | 2016-02-27 00:53:31 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-27 08:54:21 +0000 |
commit | c6eb8ad71579f9945976e5b4b4915f084388e5ae (patch) | |
tree | e52c8143199b096bbb8b91f4445e0778702d6371 /mojo/shell/connect_params.h | |
parent | 2d1f2621d8e6dd10feba6cab380fb46d60cb3098 (diff) | |
download | chromium_src-c6eb8ad71579f9945976e5b4b4915f084388e5ae.zip chromium_src-c6eb8ad71579f9945976e5b4b4915f084388e5ae.tar.gz chromium_src-c6eb8ad71579f9945976e5b4b4915f084388e5ae.tar.bz2 |
Change Mojo URLs to structured names.
type:path
Remove GURLs from all over the place. This eliminates the need to register Mojo and Exe schemes.
BUG=
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation
Review URL: https://codereview.chromium.org/1743473002
Cr-Commit-Position: refs/heads/master@{#378130}
Diffstat (limited to 'mojo/shell/connect_params.h')
-rw-r--r-- | mojo/shell/connect_params.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mojo/shell/connect_params.h b/mojo/shell/connect_params.h index 70acfdf..2c64404 100644 --- a/mojo/shell/connect_params.h +++ b/mojo/shell/connect_params.h @@ -14,7 +14,6 @@ #include "mojo/shell/identity.h" #include "mojo/shell/public/interfaces/interface_provider.mojom.h" #include "mojo/shell/public/interfaces/shell.mojom.h" -#include "url/gurl.h" namespace mojo { namespace shell { |