| Index: third_party/WebKit/Source/modules/quota/StorageManager.cpp
|
| diff --git a/third_party/WebKit/Source/modules/quota/StorageManager.cpp b/third_party/WebKit/Source/modules/quota/StorageManager.cpp
|
| index 609a7727b8e045b449fdc63e1c49381989e892dd..507ad4a00d2887505e72f5c2a06d5b43005d6c4b 100644
|
| --- a/third_party/WebKit/Source/modules/quota/StorageManager.cpp
|
| +++ b/third_party/WebKit/Source/modules/quota/StorageManager.cpp
|
| @@ -13,8 +13,8 @@
|
| #include "modules/quota/StorageEstimate.h"
|
| #include "platform/StorageQuotaCallbacks.h"
|
| #include "platform/UserGestureIndicator.h"
|
| +#include "platform/wtf/Functional.h"
|
| #include "public/platform/Platform.h"
|
| -#include "wtf/Functional.h"
|
|
|
| namespace blink {
|
|
|
|
|