| Index: third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h
|
| index 393bbdf95e4dc6e0642fa4f1865c67cae64b2389..bd610a366d80e8ce676a2747ccbf269d3877e33e 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h
|
| @@ -27,7 +27,7 @@
|
| #define SQLTransactionStateMachine_h
|
|
|
| #include "modules/webdatabase/SQLTransactionState.h"
|
| -#include "wtf/Assertions.h"
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|