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

Unified Diff: third_party/WebKit/Source/platform/wtf/Locker.h

Issue 2764833002: Move files in wtf/ to platform/wtf/ (Part 7). (Closed)
Patch Set: Rebase. 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/Locker.h
diff --git a/third_party/WebKit/Source/wtf/Locker.h b/third_party/WebKit/Source/platform/wtf/Locker.h
similarity index 96%
copy from third_party/WebKit/Source/wtf/Locker.h
copy to third_party/WebKit/Source/platform/wtf/Locker.h
index 9e7381d93328de6d520a2c2e6b28b67a5e3f0b13..4d29807eb94ceec98da9ff38394eb9189a70c043 100644
--- a/third_party/WebKit/Source/wtf/Locker.h
+++ b/third_party/WebKit/Source/platform/wtf/Locker.h
@@ -28,8 +28,8 @@
#ifndef Locker_h
#define Locker_h
-#include "wtf/Allocator.h"
-#include "wtf/Noncopyable.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Noncopyable.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/InstanceCounter.h ('k') | third_party/WebKit/Source/platform/wtf/PassRefPtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698