Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: Source/platform/mac/ThemeMac.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/mac/ScrollElasticityControllerTest.mm ('k') | Source/platform/mac/ThemeMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/mac/ScrollElasticityControllerTest.mm ('k') | Source/platform/mac/ThemeMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698