| Index: third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.h b/third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.h
|
| index ecf126e6323456ceccf398bca5908f7d3ddb9aba..78c867ba86770e95d6a22c65ffa485156b0dc67a 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.h
|
| @@ -28,10 +28,10 @@
|
|
|
| #include "bindings/modules/v8/StringOrStringSequence.h"
|
| #include "modules/ModulesExport.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/modules/indexeddb/WebIDBKeyPath.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|