summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Shared/qt/ArgumentCodersQt.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/qt/ArgumentCodersQt.h')
-rw-r--r--Source/WebKit2/Shared/qt/ArgumentCodersQt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/Shared/qt/ArgumentCodersQt.h b/Source/WebKit2/Shared/qt/ArgumentCodersQt.h
index 8d66e57f3..9b3bc9c2d 100644
--- a/Source/WebKit2/Shared/qt/ArgumentCodersQt.h
+++ b/Source/WebKit2/Shared/qt/ArgumentCodersQt.h
@@ -24,7 +24,7 @@
#include "ArgumentEncoder.h"
#include "DragData.h"
-namespace CoreIPC {
+namespace IPC {
void encode(ArgumentEncoder&, const WebCore::DragData&);
bool decode(ArgumentDecoder&, WebCore::DragData&);