summaryrefslogtreecommitdiffstats
path: root/components/resource_provider
diff options
context:
space:
mode:
authoryzshen <yzshen@chromium.org>2016-02-12 06:46:56 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-12 14:48:20 +0000
commited928add8e2a58c3fcdfbf67bf7fbfa8d0143bc9 (patch)
tree54a5793416db1c9cc4a81a65d133ec96d064a833 /components/resource_provider
parent30f19bc971d4442b5fdd247a3cb7b6b2a0419af1 (diff)
downloadchromium_src-ed928add8e2a58c3fcdfbf67bf7fbfa8d0143bc9.zip
chromium_src-ed928add8e2a58c3fcdfbf67bf7fbfa8d0143bc9.tar.gz
chromium_src-ed928add8e2a58c3fcdfbf67bf7fbfa8d0143bc9.tar.bz2
Move two files into mojo/public/cpp/bindings.
They are: - weak_binding_set.h - weak_interface_ptr_set.h BUG=None CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review URL: https://codereview.chromium.org/1692783002 Cr-Commit-Position: refs/heads/master@{#375180}
Diffstat (limited to 'components/resource_provider')
-rw-r--r--components/resource_provider/resource_provider_app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/resource_provider/resource_provider_app.h b/components/resource_provider/resource_provider_app.h
index 2d1dd4d..d5aa738 100644
--- a/components/resource_provider/resource_provider_app.h
+++ b/components/resource_provider/resource_provider_app.h
@@ -9,8 +9,8 @@
#include "base/macros.h"
#include "components/resource_provider/public/interfaces/resource_provider.mojom.h"
-#include "mojo/common/weak_binding_set.h"
#include "mojo/public/cpp/bindings/binding.h"
+#include "mojo/public/cpp/bindings/weak_binding_set.h"
#include "mojo/services/tracing/public/cpp/tracing_impl.h"
#include "mojo/shell/public/cpp/interface_factory.h"
#include "mojo/shell/public/cpp/shell_client.h"