| Index: third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h
|
| index 8a6225d820c9841d3fb1595d005cd498e6cf4c9d..74501d5f62057dc790bd67907a9708f44e674d06 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef SQLTransactionClient_h
|
| #define SQLTransactionClient_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|