| Index: third_party/WebKit/Source/platform/wtf/Time.h
|
| diff --git a/third_party/WebKit/Source/wtf/Time.h b/third_party/WebKit/Source/platform/wtf/Time.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/Time.h
|
| copy to third_party/WebKit/Source/platform/wtf/Time.h
|
| index 0dcaaa088d9078b777ef2b22e4d1fd31abc82279..598ae3f71035834351c260582967e6504829b949 100644
|
| --- a/third_party/WebKit/Source/wtf/Time.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/Time.h
|
| @@ -6,7 +6,7 @@
|
| #define WTF_Time_h
|
|
|
| #include "base/time/time.h"
|
| -#include "wtf/CurrentTime.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
|
|
| namespace WTF {
|
| // Provides thin wrappers around the following basic time types from
|
|
|