summaryrefslogtreecommitdiffstats
path: root/content/plugin
diff options
context:
space:
mode:
authorsammc@chromium.org <sammc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-30 06:48:53 +0000
committersammc@chromium.org <sammc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-30 06:48:53 +0000
commit8c4e8670e876dfacb1ac095af71f670b6639495f (patch)
tree14eec812c5906543be30ea61ec72db69a2f161d6 /content/plugin
parent45af144330bd2f1345c2433f4f17c95bdcebe2d1 (diff)
downloadchromium_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.gn2
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",