| Index: third_party/WebKit/Source/platform/plugins/PluginListBuilder.h
|
| diff --git a/third_party/WebKit/Source/platform/plugins/PluginListBuilder.h b/third_party/WebKit/Source/platform/plugins/PluginListBuilder.h
|
| index bdac55290bc25791bf3bb5ae74e7d9fe09b5e033..0e71f79aeeab62e15f876887742a8748e2c09160 100644
|
| --- a/third_party/WebKit/Source/platform/plugins/PluginListBuilder.h
|
| +++ b/third_party/WebKit/Source/platform/plugins/PluginListBuilder.h
|
| @@ -32,9 +32,9 @@
|
| #define PluginListBuilder_h
|
|
|
| #include "platform/plugins/PluginData.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/WebPluginListBuilder.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|