| Index: Source/platform/scroll/ScrollbarThemeAura.h
|
| diff --git a/Source/platform/scroll/ScrollbarThemeAura.h b/Source/platform/scroll/ScrollbarThemeAura.h
|
| index ebcd9ad73f484df801b90a8bfae92e8666d14e80..76a1217ddb5f8a70635787ce56b8ebe1de81338d 100644
|
| --- a/Source/platform/scroll/ScrollbarThemeAura.h
|
| +++ b/Source/platform/scroll/ScrollbarThemeAura.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "platform/scroll/ScrollbarThemeNonMacCommon.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT ScrollbarThemeAura : public ScrollbarThemeNonMacCommon {
|
| public:
|
| @@ -47,6 +47,6 @@ protected:
|
| virtual int minimumThumbLength(ScrollbarThemeClient*) OVERRIDE;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|