| Index: Source/web/mac/WebScrollbarTheme.cpp
|
| diff --git a/Source/web/mac/WebScrollbarTheme.cpp b/Source/web/mac/WebScrollbarTheme.cpp
|
| index d242f31c6ac2ca81986f149a14f60d427f0a31a0..6692e471c25f9413541d8f66621df9b34995bcc2 100644
|
| --- a/Source/web/mac/WebScrollbarTheme.cpp
|
| +++ b/Source/web/mac/WebScrollbarTheme.cpp
|
| @@ -35,7 +35,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebScrollbarTheme::updateScrollbars(
|
| float initialButtonDelay, float autoscrollButtonDelay,
|
| @@ -45,4 +45,4 @@ void WebScrollbarTheme::updateScrollbars(
|
| initialButtonDelay, autoscrollButtonDelay, jumpOnTrackClick, redraw);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|