| Index: third_party/WebKit/Source/platform/wtf/Optional.h
|
| diff --git a/third_party/WebKit/Source/wtf/Optional.h b/third_party/WebKit/Source/platform/wtf/Optional.h
|
| similarity index 95%
|
| copy from third_party/WebKit/Source/wtf/Optional.h
|
| copy to third_party/WebKit/Source/platform/wtf/Optional.h
|
| index 84028baa7647f819ad21d868755a02139cbbaa83..bd7dd75c5c60b07db1bb19363cabaa788b49dfea 100644
|
| --- a/third_party/WebKit/Source/wtf/Optional.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/Optional.h
|
| @@ -6,7 +6,7 @@
|
| #define Optional_h
|
|
|
| #include "base/optional.h"
|
| -#include "wtf/TypeTraits.h"
|
| +#include "platform/wtf/TypeTraits.h"
|
|
|
| namespace WTF {
|
|
|
|
|