| Index: Source/platform/scroll/ScrollbarThemeOverlay.h
|
| diff --git a/Source/platform/scroll/ScrollbarThemeOverlay.h b/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| index d4c8103176cb85bdcbee979828a1b4b940cf2d13..48a9ac75f88d4cf50e8aa3b70ddb7dead0c95799 100644
|
| --- a/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| +++ b/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| @@ -29,7 +29,7 @@
|
| #include "platform/graphics/Color.h"
|
| #include "platform/scroll/ScrollbarTheme.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // This scrollbar theme is used to get overlay scrollbar for platforms other
|
| // than Mac. Mac's overlay scrollbars are in ScrollbarThemeMac*.
|
| @@ -66,6 +66,6 @@ private:
|
| const bool m_useSolidColor;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|