diff options
author | sammc@chromium.org <sammc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-30 06:48:53 +0000 |
---|---|---|
committer | sammc@chromium.org <sammc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-30 06:48:53 +0000 |
commit | 8c4e8670e876dfacb1ac095af71f670b6639495f (patch) | |
tree | 14eec812c5906543be30ea61ec72db69a2f161d6 /content/plugin | |
parent | 45af144330bd2f1345c2433f4f17c95bdcebe2d1 (diff) | |
download | chromium_src-8c4e8670e876dfacb1ac095af71f670b6639495f.zip chromium_src-8c4e8670e876dfacb1ac095af71f670b6639495f.tar.gz chromium_src-8c4e8670e876dfacb1ac095af71f670b6639495f.tar.bz2 |
Mojo: Remove InterfaceProvider.
Review URL: https://codereview.chromium.org/358743002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/plugin')
-rw-r--r-- | content/plugin/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/BUILD.gn b/content/plugin/BUILD.gn index 3c18c56..a5e6481 100644 --- a/content/plugin/BUILD.gn +++ b/content/plugin/BUILD.gn @@ -29,7 +29,7 @@ if (enable_plugins && !is_linux) { deps = [ "//content:export", - "//mojo/public/interfaces/interface_provider", + "//mojo/public/interfaces/service_provider", "//skia", "//third_party/npapi", "//third_party/WebKit/public:blink", |