summaryrefslogtreecommitdiff
path: root/Source/WebKit/chromium/src/WebFileChooserCompletionImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/WebFileChooserCompletionImpl.h')
-rw-r--r--Source/WebKit/chromium/src/WebFileChooserCompletionImpl.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/WebKit/chromium/src/WebFileChooserCompletionImpl.h b/Source/WebKit/chromium/src/WebFileChooserCompletionImpl.h
index 3ac63a5e8..2360c97f8 100644
--- a/Source/WebKit/chromium/src/WebFileChooserCompletionImpl.h
+++ b/Source/WebKit/chromium/src/WebFileChooserCompletionImpl.h
@@ -31,11 +31,10 @@
#ifndef WebFileChooserCompletionImpl_h
#define WebFileChooserCompletionImpl_h
-#include "WebFileChooserCompletion.h"
-#include "platform/WebString.h"
-#include "platform/WebVector.h"
-
#include "FileChooser.h"
+#include "WebFileChooserCompletion.h"
+#include <public/WebString.h>
+#include <public/WebVector.h>
#include <wtf/PassRefPtr.h>
using WebKit::WebFileChooserCompletion;