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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringStatics.cpp

Issue 2764243002: Move files in wtf/ to platform/wtf/ (Part 9). (Closed)
Patch Set: Rebase. Created 3 years, 9 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
Index: third_party/WebKit/Source/platform/wtf/text/StringStatics.cpp
diff --git a/third_party/WebKit/Source/wtf/text/StringStatics.cpp b/third_party/WebKit/Source/platform/wtf/text/StringStatics.cpp
similarity index 94%
rename from third_party/WebKit/Source/wtf/text/StringStatics.cpp
rename to third_party/WebKit/Source/platform/wtf/text/StringStatics.cpp
index d89ef98a8d23c70adc56d5c99b8de8ee70c4ac15..74fd6149f6614f80678dc11dbd060b87bf92ef03 100644
--- a/third_party/WebKit/Source/wtf/text/StringStatics.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/StringStatics.cpp
@@ -23,12 +23,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "wtf/text/StringStatics.h"
+#include "platform/wtf/text/StringStatics.h"
-#include "wtf/DynamicAnnotations.h"
-#include "wtf/StaticConstructors.h"
-#include "wtf/text/AtomicString.h"
-#include "wtf/text/StringImpl.h"
+#include "platform/wtf/DynamicAnnotations.h"
+#include "platform/wtf/StaticConstructors.h"
+#include "platform/wtf/text/AtomicString.h"
+#include "platform/wtf/text/StringImpl.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698