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

Unified Diff: Source/platform/text/TextStream.cpp

Issue 25886002: Move TextStream to Source/platform/text/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 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/text/TextStream.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/TextStream.cpp
diff --git a/Source/core/platform/text/TextStream.cpp b/Source/platform/text/TextStream.cpp
similarity index 98%
rename from Source/core/platform/text/TextStream.cpp
rename to Source/platform/text/TextStream.cpp
index 7a48eabe13ac98c6a9abc9ef9403eafb504acf1a..377671b40bcac2f4771098db9f01c334990609e1 100644
--- a/Source/core/platform/text/TextStream.cpp
+++ b/Source/platform/text/TextStream.cpp
@@ -24,7 +24,7 @@
*/
#include "config.h"
-#include "core/platform/text/TextStream.h"
+#include "platform/text/TextStream.h"
#include "wtf/MathExtras.h"
#include "wtf/StringExtras.h"
« no previous file with comments | « Source/platform/text/TextStream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698