| Index: third_party/WebKit/Source/platform/wtf/CurrentTime.cpp | 
| diff --git a/third_party/WebKit/Source/wtf/CurrentTime.cpp b/third_party/WebKit/Source/platform/wtf/CurrentTime.cpp | 
| similarity index 98% | 
| rename from third_party/WebKit/Source/wtf/CurrentTime.cpp | 
| rename to third_party/WebKit/Source/platform/wtf/CurrentTime.cpp | 
| index 71ffbcc5d04edd4fd199099724a0c67595da612b..13ec076a1291430a461b8c5eb2f99e7e555849f0 100644 | 
| --- a/third_party/WebKit/Source/wtf/CurrentTime.cpp | 
| +++ b/third_party/WebKit/Source/platform/wtf/CurrentTime.cpp | 
| @@ -28,7 +28,7 @@ | 
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| */ | 
|  | 
| -#include "wtf/CurrentTime.h" | 
| +#include "platform/wtf/CurrentTime.h" | 
|  | 
| #include "base/time/time.h" | 
|  | 
|  |