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

Unified Diff: Source/platform/KillRing.h

Issue 64713002: Move KillRing to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nits Created 7 years, 1 month 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/core/platform/mac/KillRingMac.mm ('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/core/platform/KillRing.h b/Source/platform/KillRing.h
similarity index 95%
rename from Source/core/platform/KillRing.h
rename to Source/platform/KillRing.h
index 5e743bb923aafae6c71fdd8cd8617165b987fca4..84ff486d7a240b6a3bffdab77f039bf3a74d8c42 100644
--- a/Source/core/platform/KillRing.h
+++ b/Source/platform/KillRing.h
@@ -26,11 +26,12 @@
#ifndef KillRing_h
#define KillRing_h
+#include "platform/PlatformExport.h"
#include "wtf/text/WTFString.h"
namespace WebCore {
-class KillRing {
+class PLATFORM_EXPORT KillRing {
WTF_MAKE_FAST_ALLOCATED;
public:
void append(const String&);
« no previous file with comments | « Source/core/platform/mac/KillRingMac.mm ('k') | Source/platform/KillRingNone.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698