Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WebTextCheckingCompletionImpl.cpp
index c25569c..3574c59 100644 (file)
  */
 
 #include "config.h"
-#include "WebTextCheckingCompletionImpl.h"
+#include "web/WebTextCheckingCompletionImpl.h"
 
-#include "EditorClientImpl.h"
-#include "WebTextCheckingResult.h"
 #include "platform/text/TextCheckerClient.h"
 #include "public/platform/WebVector.h"
+#include "public/web/WebTextCheckingResult.h"
+#include "web/EditorClientImpl.h"
 #include "wtf/Assertions.h"
 
 using namespace WebCore;