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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/ResourceLoadingLog.h

Issue 2797983002: Rewrite references to "wtf/" to "platform/wtf/" in platform/loader. (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/loader/fetch/ResourceLoadingLog.h
diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadingLog.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadingLog.h
index 796dd159572d561970803cead121796efd8d7678..9f5d6becc0bfe6a0934a4062cf0ccd65eca63fca 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadingLog.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadingLog.h
@@ -5,7 +5,7 @@
#ifndef ResourceLoadingLog_h
#define ResourceLoadingLog_h
-#include "wtf/Assertions.h"
+#include "platform/wtf/Assertions.h"
#if DCHECK_IS_ON()
// We can see logs with |--v=N| or |--vmodule=ResourceLoadingLog=N| where N is a

Powered by Google App Engine
This is Rietveld 408576698