| Index: Source/platform/DragImage.cpp
|
| diff --git a/Source/platform/DragImage.cpp b/Source/platform/DragImage.cpp
|
| index f35d8e692efc4623a14e3ea9470b121a33b42076..82319cd5fa7df60e5eba1f51b55cf6f35f30ba9f 100644
|
| --- a/Source/platform/DragImage.cpp
|
| +++ b/Source/platform/DragImage.cpp
|
| @@ -53,7 +53,7 @@
|
|
|
| #include <algorithm>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| const float kDragLabelBorderX = 4;
|
| // Keep border_y in synch with DragController::LinkDragBorderInset.
|
| @@ -269,4 +269,4 @@ void DragImage::dissolveToFraction(float fraction)
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|