| Index: Source/platform/scroll/ScrollbarThemeClient.h
|
| diff --git a/Source/platform/scroll/ScrollbarThemeClient.h b/Source/platform/scroll/ScrollbarThemeClient.h
|
| index fc8585fd0695866f4640f1264396cc9cfa6cf1cd..df31f31994c7483d94c00686d565d3f8bd809dd6 100644
|
| --- a/Source/platform/scroll/ScrollbarThemeClient.h
|
| +++ b/Source/platform/scroll/ScrollbarThemeClient.h
|
| @@ -34,7 +34,7 @@
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Widget;
|
|
|
| @@ -91,6 +91,6 @@ protected:
|
| virtual ~ScrollbarThemeClient() { }
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ScollbarThemeClient_h
|
|
|