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

Unified Diff: third_party/WebKit/Source/platform/network/NetworkLog.h

Issue 2799593002: Rewrite references to "wtf/" to "platform/wtf/" in platform/network. (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/platform/network/NetworkLog.h
diff --git a/third_party/WebKit/Source/platform/network/NetworkLog.h b/third_party/WebKit/Source/platform/network/NetworkLog.h
index 1e53e497433667c77b45c68a398ec68dc23bebda..6c323d803207d674c7aa21081a8f1138a1d59bd8 100644
--- a/third_party/WebKit/Source/platform/network/NetworkLog.h
+++ b/third_party/WebKit/Source/platform/network/NetworkLog.h
@@ -5,7 +5,7 @@
#ifndef NetworkLog_h
#define NetworkLog_h
-#include "wtf/Assertions.h"
+#include "platform/wtf/Assertions.h"
#if DCHECK_IS_ON()
// We can see logs with |--v=N| or |--vmodule=NetworkLog=N| where N is a

Powered by Google App Engine
This is Rietveld 408576698