| Index: Source/platform/mac/ThemeMac.h
|
| diff --git a/Source/platform/mac/ThemeMac.h b/Source/platform/mac/ThemeMac.h
|
| index 3e4d44b2934b0be3b192a6be91ce13820bb76b45..1e215e78da5b00d1e8b12c00f68d2cb0c5ee9072 100644
|
| --- a/Source/platform/mac/ThemeMac.h
|
| +++ b/Source/platform/mac/ThemeMac.h
|
| @@ -32,7 +32,7 @@
|
| - (NSString*)webCoreFamilyName;
|
| @end
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ThemeMac : public Theme {
|
| public:
|
| @@ -59,6 +59,6 @@ public:
|
| static void setFocusRingClipRect(const FloatRect&);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ThemeMac_h
|
|
|