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

Unified Diff: Source/core/loader/EmptyClients.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 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
« no previous file with comments | « Source/core/loader/DocumentWriter.h ('k') | Source/core/loader/FormSubmission.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/EmptyClients.cpp
diff --git a/Source/core/loader/EmptyClients.cpp b/Source/core/loader/EmptyClients.cpp
index 47cc87daea72987faa249aca641bab3c36c0524f..8f4f243c4f4252e61224d98d5891a7a3653cfefe 100644
--- a/Source/core/loader/EmptyClients.cpp
+++ b/Source/core/loader/EmptyClients.cpp
@@ -28,16 +28,16 @@
#include "config.h"
#include "EmptyClients.h"
-#include "DateTimeChooser.h"
#include "DocumentLoader.h"
-#include "FileChooser.h"
#include "FormState.h"
#include "Frame.h"
#include "FrameNetworkingContext.h"
#include "HTMLFormElement.h"
+#include "core/platform/DateTimeChooser.h"
+#include "core/platform/FileChooser.h"
#if ENABLE(INPUT_TYPE_COLOR)
-#include "ColorChooser.h"
+#include "core/platform/ColorChooser.h"
#endif
namespace WebCore {
« no previous file with comments | « Source/core/loader/DocumentWriter.h ('k') | Source/core/loader/FormSubmission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698