| Index: third_party/WebKit/Source/core/dom/DOMURL.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMURL.cpp b/third_party/WebKit/Source/core/dom/DOMURL.cpp
|
| index 2498baf252fcf0bde6489c959583dd32cf7b8c62..ed07f8056139f178f41eb6247aa6e59165db0867 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMURL.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DOMURL.cpp
|
| @@ -33,7 +33,7 @@
|
| #include "core/dom/URLSearchParams.h"
|
| #include "core/html/PublicURLManager.h"
|
| #include "platform/loader/fetch/MemoryCache.h"
|
| -#include "wtf/AutoReset.h"
|
| +#include "platform/wtf/AutoReset.h"
|
|
|
| namespace blink {
|
|
|
|
|