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

Unified Diff: Source/platform/mac/KillRingMac.mm

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/ColorMac.mm ('k') | Source/platform/mac/LocalCurrentGraphicsContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mac/KillRingMac.mm
diff --git a/Source/platform/mac/KillRingMac.mm b/Source/platform/mac/KillRingMac.mm
index 350a6468645bd12c6e91d4717bb69e131e3d6075..63fd8f8af37597a5bcf9add487082cc2e073b7c3 100644
--- a/Source/platform/mac/KillRingMac.mm
+++ b/Source/platform/mac/KillRingMac.mm
@@ -26,7 +26,7 @@
#import "config.h"
#import "platform/KillRing.h"
-namespace WebCore {
+namespace blink {
extern "C" {
@@ -80,4 +80,4 @@ void KillRing::setToYankedState()
_NSSetKillRingToYankedState();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/mac/ColorMac.mm ('k') | Source/platform/mac/LocalCurrentGraphicsContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698