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

Unified Diff: third_party/WebKit/Source/wtf/WTF.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/VectorTest.cpp ('k') | third_party/WebKit/Source/wtf/WTFThreadData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/WTF.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/WTF.cpp b/third_party/WebKit/Source/wtf/WTF.cpp
similarity index 85%
rename from third_party/WebKit/Source/platform/wtf/WTF.cpp
rename to third_party/WebKit/Source/wtf/WTF.cpp
index e7c8c36e878fc4a8ac6d0a24d9ce080d78981808..201efc2747ad2825be7a20eb30bc19c149b53d48 100644
--- a/third_party/WebKit/Source/platform/wtf/WTF.cpp
+++ b/third_party/WebKit/Source/wtf/WTF.cpp
@@ -28,17 +28,17 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "platform/wtf/WTF.h"
+#include "wtf/WTF.h"
-#include "platform/wtf/Assertions.h"
-#include "platform/wtf/Functional.h"
-#include "platform/wtf/StackUtil.h"
-#include "platform/wtf/ThreadSpecific.h"
-#include "platform/wtf/Threading.h"
-#include "platform/wtf/allocator/Partitions.h"
-#include "platform/wtf/text/AtomicString.h"
-#include "platform/wtf/text/StringStatics.h"
-#include "platform/wtf/typed_arrays/ArrayBufferContents.h"
+#include "wtf/Assertions.h"
+#include "wtf/Functional.h"
+#include "wtf/StackUtil.h"
+#include "wtf/ThreadSpecific.h"
+#include "wtf/Threading.h"
+#include "wtf/allocator/Partitions.h"
+#include "wtf/text/AtomicString.h"
+#include "wtf/text/StringStatics.h"
+#include "wtf/typed_arrays/ArrayBufferContents.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/wtf/VectorTest.cpp ('k') | third_party/WebKit/Source/wtf/WTFThreadData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698