| Index: third_party/WebKit/Source/modules/webdatabase/QuotaTracker.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/QuotaTracker.h b/third_party/WebKit/Source/modules/webdatabase/QuotaTracker.h
|
| index ee2895a747c7b87dc4c29f24e3f703f2719d8895..a61308c233cb161c54bfcce5c88c56f15d3a1677 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/QuotaTracker.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/QuotaTracker.h
|
| @@ -32,10 +32,10 @@
|
| #define QuotaTracker_h
|
|
|
| #include "modules/ModulesExport.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/ThreadingPrimitives.h"
|
| -#include "wtf/text/StringHash.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/ThreadingPrimitives.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|