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

Unified Diff: third_party/WebKit/Source/wtf/ThreadingPthreads.cpp

Issue 2774333002: Revert "Move files in wtf/ to platform/wtf/" (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/wtf/ThreadSpecificWin.cpp ('k') | third_party/WebKit/Source/wtf/ThreadingWin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/ThreadingPthreads.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp b/third_party/WebKit/Source/wtf/ThreadingPthreads.cpp
similarity index 95%
rename from third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp
rename to third_party/WebKit/Source/wtf/ThreadingPthreads.cpp
index e5e4ef9857d48b9b5b0699b6e2390d937f5c49c2..cdcb377f2dac6431f7bb4830fc5d4643233227d7 100644
--- a/third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp
+++ b/third_party/WebKit/Source/wtf/ThreadingPthreads.cpp
@@ -28,18 +28,18 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "platform/wtf/Threading.h"
+#include "wtf/Threading.h"
#if OS(POSIX)
-#include "platform/wtf/CurrentTime.h"
-#include "platform/wtf/DateMath.h"
-#include "platform/wtf/HashMap.h"
-#include "platform/wtf/StdLibExtras.h"
-#include "platform/wtf/ThreadSpecific.h"
-#include "platform/wtf/ThreadingPrimitives.h"
-#include "platform/wtf/WTFThreadData.h"
-#include "platform/wtf/dtoa/double-conversion.h"
+#include "wtf/CurrentTime.h"
+#include "wtf/DateMath.h"
+#include "wtf/HashMap.h"
+#include "wtf/StdLibExtras.h"
+#include "wtf/ThreadSpecific.h"
+#include "wtf/ThreadingPrimitives.h"
+#include "wtf/WTFThreadData.h"
+#include "wtf/dtoa/double-conversion.h"
#include <errno.h>
#include <limits.h>
#include <sched.h>
« no previous file with comments | « third_party/WebKit/Source/wtf/ThreadSpecificWin.cpp ('k') | third_party/WebKit/Source/wtf/ThreadingWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698