Index: public/web/WebDragStatus.h |
diff --git a/public/web/WebDragStatus.h b/public/web/WebDragStatus.h |
index fb490d38328b6e62a1c7d78d0b5b06706ec744e5..0e41f2332779d19ceed568db031d8a166f3b70a1 100644 |
--- a/public/web/WebDragStatus.h |
+++ b/public/web/WebDragStatus.h |
@@ -31,7 +31,7 @@ |
#ifndef WebDragStatus_h |
#define WebDragStatus_h |
-namespace WebKit { |
+namespace blink { |
enum WebDragStatus { |
WebDragStatusUnknown = 0, |
@@ -41,6 +41,6 @@ enum WebDragStatus { |
WebDragStatusDrop |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |