提交 d510c25a 编写于 作者: V Viet-Trung Luu

Include mojo/public/cpp/bindings/binding.h wherever mojo::Binding<> is used.

Currently, these places are picking it up via some include chain
involving interface_impl.h, which is bad since I'm going to delete that
file (since InterfaceImpl<> is deprecated and no longer used) -- I'll do
this separately.

R=rudominer@chromium.org

Review URL: https://codereview.chromium.org/1214633009 .
上级 85474531
......@@ -8,6 +8,7 @@
#include "base/callback_forward.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "mojo/services/surfaces/public/interfaces/surface_id.mojom.h"
#include "mojo/services/surfaces/public/interfaces/surfaces.mojom.h"
#include "ui/gfx/geometry/rect.h"
......
......@@ -8,6 +8,7 @@
#include "base/memory/weak_ptr.h"
#include "base/supports_user_data.h"
#include "dart/runtime/include/dart_api.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "mojo/public/interfaces/application/shell.mojom.h"
#include "sky/services/testing/test_harness.mojom.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册