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

Unified Diff: Source/platform/KillRingNone.cpp

Issue 64713002: Move KillRing to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: move special cases from core.gyp 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
Index: Source/platform/KillRingNone.cpp
diff --git a/Source/core/platform/KillRingNone.cpp b/Source/platform/KillRingNone.cpp
similarity index 97%
rename from Source/core/platform/KillRingNone.cpp
rename to Source/platform/KillRingNone.cpp
index 2fce3923da3f0e611ce928c20775f21649401e8d..45d81a807af18adc3e64e850988dd2f04285879a 100644
--- a/Source/core/platform/KillRingNone.cpp
+++ b/Source/platform/KillRingNone.cpp
@@ -24,7 +24,7 @@
*/
#include "config.h"
-#include "core/platform/KillRing.h"
+#include "platform/KillRing.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698