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

Unified Diff: Source/platform/KillRing.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/KeyboardCodes.h ('k') | Source/platform/KillRingNone.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/KillRing.h
diff --git a/Source/platform/KillRing.h b/Source/platform/KillRing.h
index 84ff486d7a240b6a3bffdab77f039bf3a74d8c42..0af30703a71f8d2e969c2f6820cf516d242fa2af 100644
--- a/Source/platform/KillRing.h
+++ b/Source/platform/KillRing.h
@@ -29,7 +29,7 @@
#include "platform/PlatformExport.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT KillRing {
WTF_MAKE_FAST_ALLOCATED;
@@ -41,6 +41,6 @@ public:
void setToYankedState();
};
-} // namespace WebCore
+} // namespace blink
#endif // KillRing_h
« no previous file with comments | « Source/platform/KeyboardCodes.h ('k') | Source/platform/KillRingNone.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698