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

Unified Diff: third_party/WebKit/Source/core/frame/NavigatorID.cpp

Issue 2818613003: Rewrite references to "wtf/" to "platform/wtf/" in core/frame. (Closed)
Patch Set: Created 3 years, 8 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/core/frame/NavigatorID.cpp
diff --git a/third_party/WebKit/Source/core/frame/NavigatorID.cpp b/third_party/WebKit/Source/core/frame/NavigatorID.cpp
index fda0c3f3b39507fc884263037b1787e997e8c196..e28c603f1815f21ac9760ad47b372449e76ad12d 100644
--- a/third_party/WebKit/Source/core/frame/NavigatorID.cpp
+++ b/third_party/WebKit/Source/core/frame/NavigatorID.cpp
@@ -32,9 +32,9 @@
#include "core/frame/NavigatorID.h"
#if !OS(MACOSX) && !OS(WIN)
-#include "wtf/ThreadSpecific.h"
-#include "wtf/Threading.h"
#include <sys/utsname.h>
+#include "platform/wtf/ThreadSpecific.h"
+#include "platform/wtf/Threading.h"
#endif
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/frame/NavigatorID.h ('k') | third_party/WebKit/Source/core/frame/NavigatorLanguage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698