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

Unified Diff: third_party/WebKit/Source/web/LocalFileSystemClient.h

Issue 2805733003: Rewrite references to "wtf/" to "platform/wtf/" in web. (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/web/LocalFileSystemClient.h
diff --git a/third_party/WebKit/Source/web/LocalFileSystemClient.h b/third_party/WebKit/Source/web/LocalFileSystemClient.h
index b1029eb0455dad66bca327833695392289044fba..dc4ad2def5868b3fb05445255cc63c304c4e6b9a 100644
--- a/third_party/WebKit/Source/web/LocalFileSystemClient.h
+++ b/third_party/WebKit/Source/web/LocalFileSystemClient.h
@@ -31,9 +31,9 @@
#ifndef LocalFileSystemClient_h
#define LocalFileSystemClient_h
-#include "modules/filesystem/FileSystemClient.h"
-#include "wtf/Forward.h"
#include <memory>
+#include "modules/filesystem/FileSystemClient.h"
+#include "platform/wtf/Forward.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/web/LinkHighlightImplTest.cpp ('k') | third_party/WebKit/Source/web/LocalFileSystemClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698