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

Unified Diff: third_party/WebKit/Source/platform/testing/weburl_loader_mock.h

Issue 2803613002: Rewrite references to "wtf/" to "platform/wtf/" in platform/testing. (Closed)
Patch Set: Fix compile error. (Why did this work before?) 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/testing/weburl_loader_mock.h
diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
index 2a9536fc6e5ca83d4ecc861930621a4ad9dc37f6..01867964e9096ef2bd64e2d911b6e6dcabd449cd 100644
--- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
+++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
@@ -5,10 +5,10 @@
#ifndef WebURLLoaderMock_h
#define WebURLLoaderMock_h
+#include <memory>
#include "base/macros.h"
+#include "platform/wtf/WeakPtr.h"
#include "public/platform/WebURLLoader.h"
-#include "wtf/WeakPtr.h"
-#include <memory>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698