| Index: public/web/WebDragOperation.h
|
| diff --git a/public/web/WebDragOperation.h b/public/web/WebDragOperation.h
|
| index 050b74f47f2e8d39a73b0c1db42284509d5de049..6331d5127d6034afbd3e9e94248af1a61ca73255 100644
|
| --- a/public/web/WebDragOperation.h
|
| +++ b/public/web/WebDragOperation.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include <limits.h>
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // "Verb" of a drag-and-drop operation as negotiated between the source and
|
| // destination.
|
| @@ -54,6 +54,6 @@ enum WebDragOperation {
|
| // with potentially multiple value bits set.
|
| typedef WebDragOperation WebDragOperationsMask;
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|