| Index: third_party/WebKit/Source/modules/webdatabase/QuotaTracker.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/QuotaTracker.cpp b/third_party/WebKit/Source/modules/webdatabase/QuotaTracker.cpp
|
| index a4924e09f584aec6d4971b4f8577ac8f32836899..871bbe9e52830118ed9463bd23bc58313e707b9d 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/QuotaTracker.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/QuotaTracker.cpp
|
| @@ -31,10 +31,10 @@
|
| #include "modules/webdatabase/QuotaTracker.h"
|
|
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| +#include "platform/wtf/Threading.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebSecurityOrigin.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/Threading.h"
|
|
|
| namespace blink {
|
|
|
|
|