Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: third_party/WebKit/Source/platform/wtf/CurrentTime.cpp

Issue 2755663002: Move files in wtf/ to platform/wtf/ (Part 2). (Closed)
Patch Set: Fix file name (facepalm). Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/CurrentTime.h ('k') | third_party/WebKit/Source/platform/wtf/DynamicAnnotations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698