Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / filesystem / EntrySync.cpp
index 1180664..2189c2d 100644 (file)
@@ -31,8 +31,8 @@
 #include "config.h"
 #include "modules/filesystem/EntrySync.h"
 
-#include "bindings/v8/ExceptionMessages.h"
-#include "bindings/v8/ExceptionState.h"
+#include "bindings/core/v8/ExceptionMessages.h"
+#include "bindings/core/v8/ExceptionState.h"
 #include "core/dom/ExceptionCode.h"
 #include "modules/filesystem/DOMFilePath.h"
 #include "modules/filesystem/DirectoryEntry.h"
@@ -41,7 +41,7 @@
 #include "modules/filesystem/Metadata.h"
 #include "modules/filesystem/SyncCallbackHelper.h"
 
-namespace WebCore {
+namespace blink {
 
 EntrySync* EntrySync::create(EntryBase* entry)
 {