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

Unified Diff: Source/core/html/EmailInputType.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/html/DateTimeLocalInputType.cpp ('k') | Source/core/html/FileInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/EmailInputType.cpp
diff --git a/Source/core/html/EmailInputType.cpp b/Source/core/html/EmailInputType.cpp
index c2977ff7392eb1cecbe4694b360a767baf2d7ac4..bb8009645d6305d7b51cff6220bfc99fc8992d22 100644
--- a/Source/core/html/EmailInputType.cpp
+++ b/Source/core/html/EmailInputType.cpp
@@ -27,7 +27,7 @@
#include "HTMLInputElement.h"
#include "HTMLParserIdioms.h"
#include "InputTypeNames.h"
-#include "LocalizedStrings.h"
+#include "core/platform/LocalizedStrings.h"
#include "core/platform/text/RegularExpression.h"
#include <wtf/PassOwnPtr.h>
#include <wtf/text/StringBuilder.h>
« no previous file with comments | « Source/core/html/DateTimeLocalInputType.cpp ('k') | Source/core/html/FileInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698