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

Unified Diff: Source/core/html/FileInputType.h

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/EmailInputType.cpp ('k') | Source/core/html/FileInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/FileInputType.h
diff --git a/Source/core/html/FileInputType.h b/Source/core/html/FileInputType.h
index 6d9a3458dc810257486fffb4bcc4e9063d3f8d01..5d909b62f6f92b292a1fc3cbee770fcb09687030 100644
--- a/Source/core/html/FileInputType.h
+++ b/Source/core/html/FileInputType.h
@@ -33,8 +33,8 @@
#define FileInputType_h
#include "BaseClickableWithKeyInputType.h"
-#include "FileChooser.h"
-#include "FileIconLoader.h"
+#include "core/platform/FileChooser.h"
+#include "core/platform/FileIconLoader.h"
#include <wtf/RefPtr.h>
namespace WebCore {
« no previous file with comments | « Source/core/html/EmailInputType.cpp ('k') | Source/core/html/FileInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698