提交 7bef1236 编写于 作者: J John McCutchan

Remove #include of RefPtr in dart_state.h

BUG=
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1235063005 .
上级 c60c99bf
......@@ -13,8 +13,6 @@
#include "sky/engine/tonic/dart_isolate_scope.h"
#include "sky/engine/tonic/dart_persistent_value.h"
#include "sky/engine/wtf/OwnPtr.h"
#include "sky/engine/wtf/PassRefPtr.h"
#include "sky/engine/wtf/RefCounted.h"
namespace blink {
class DartClassLibrary;
......
......@@ -9,6 +9,8 @@
#include "dart/runtime/include/dart_api.h"
#include "sky/engine/tonic/dart_persistent_value.h"
#include "sky/engine/tonic/dart_state.h"
#include "sky/engine/wtf/PassRefPtr.h"
#include "sky/engine/wtf/RefCounted.h"
#include "sky/engine/wtf/RefPtr.h"
namespace blink {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册