| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp b/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp
|
| index b38b0b6d9fdac830c374d3efb56357abc35e39a8..5c370389e6a3d82183158f0dd08ff3182042ad8b 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp
|
| @@ -28,10 +28,10 @@
|
|
|
| #include "modules/webdatabase/DatabaseAuthorizer.h"
|
|
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/Threading.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| +#include "platform/wtf/Threading.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|