Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webdatabase/StorageLog.h |
| diff --git a/third_party/WebKit/Source/modules/webdatabase/StorageLog.h b/third_party/WebKit/Source/modules/webdatabase/StorageLog.h |
| index a230d58fb3e6074ab6d3212254de52967e7d1939..52f7725b03b681d38280b929003fa47d859395d1 100644 |
| --- a/third_party/WebKit/Source/modules/webdatabase/StorageLog.h |
| +++ b/third_party/WebKit/Source/modules/webdatabase/StorageLog.h |
| @@ -5,7 +5,7 @@ |
| #ifndef StorageLog_h |
| #define StorageLog_h |
| -#include "wtf/Assertions.h" |
| +#include "platform/wtf/Assertions.h" |
| #if DCHECK_IS_ON() |
| // We can see logs with |--v=N| or |--vmodule=StorageLog=N| where N is a |