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

Unified Diff: third_party/WebKit/Source/platform/wtf/ThreadRestrictionVerifier.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/ThreadRestrictionVerifier.h
diff --git a/third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h b/third_party/WebKit/Source/platform/wtf/ThreadRestrictionVerifier.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h
copy to third_party/WebKit/Source/platform/wtf/ThreadRestrictionVerifier.h
index 5af787c33be67398929fa4470e76aed9070c09f7..44d1b163599b0dba4bf32b1179b8b48641601dbc 100644
--- a/third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h
+++ b/third_party/WebKit/Source/platform/wtf/ThreadRestrictionVerifier.h
@@ -31,11 +31,11 @@
#ifndef ThreadRestrictionVerifier_h
#define ThreadRestrictionVerifier_h
-#include "wtf/Assertions.h"
+#include "platform/wtf/Assertions.h"
#if DCHECK_IS_ON()
-#include "wtf/Threading.h"
+#include "platform/wtf/Threading.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/StdLibExtras.h ('k') | third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698