| Index: content/test/test_blink_web_unit_test_support.cc
|
| diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
|
| index 4d67d4bfefb6a32e8aed624614030ccb3fd40aa2..4a5c17a939233eee76784ac26fbf68bde817526c 100644
|
| --- a/content/test/test_blink_web_unit_test_support.cc
|
| +++ b/content/test/test_blink_web_unit_test_support.cc
|
| @@ -31,6 +31,7 @@
|
| #include "third_party/WebKit/public/platform/WebData.h"
|
| #include "third_party/WebKit/public/platform/WebFileSystem.h"
|
| #include "third_party/WebKit/public/platform/WebPluginListBuilder.h"
|
| +#include "third_party/WebKit/public/platform/WebRuntimeFeatures.h"
|
| #include "third_party/WebKit/public/platform/WebStorageArea.h"
|
| #include "third_party/WebKit/public/platform/WebStorageNamespace.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| @@ -38,7 +39,6 @@
|
| #include "third_party/WebKit/public/web/WebDatabase.h"
|
| #include "third_party/WebKit/public/web/WebKit.h"
|
| #include "third_party/WebKit/public/web/WebNetworkStateNotifier.h"
|
| -#include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
|
| #include "third_party/WebKit/public/web/WebSecurityPolicy.h"
|
| #include "third_party/WebKit/public/web/WebStorageEventDispatcher.h"
|
| #include "v8/include/v8.h"
|
|
|