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

Unified Diff: third_party/WebKit/Source/wtf/SizeLimits.cpp

Issue 2774333002: Revert "Move files in wtf/ to platform/wtf/" (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/wtf/ScopedLogger.md ('k') | third_party/WebKit/Source/wtf/StackUtil.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/SizeLimits.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/SizeLimits.cpp b/third_party/WebKit/Source/wtf/SizeLimits.cpp
similarity index 91%
rename from third_party/WebKit/Source/platform/wtf/SizeLimits.cpp
rename to third_party/WebKit/Source/wtf/SizeLimits.cpp
index ae7bad3c49ee909d8cd4e43e8a09f26c58e5b254..6999a30f4752885b0c4c08be05e00cc222c2a1c2 100644
--- a/third_party/WebKit/Source/platform/wtf/SizeLimits.cpp
+++ b/third_party/WebKit/Source/wtf/SizeLimits.cpp
@@ -28,15 +28,15 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "platform/wtf/Assertions.h"
-#include "platform/wtf/ContainerAnnotations.h"
-#include "platform/wtf/PassRefPtr.h"
-#include "platform/wtf/RefCounted.h"
-#include "platform/wtf/RefPtr.h"
-#include "platform/wtf/ThreadRestrictionVerifier.h"
-#include "platform/wtf/Vector.h"
-#include "platform/wtf/text/AtomicString.h"
-#include "platform/wtf/text/WTFString.h"
+#include "wtf/Assertions.h"
+#include "wtf/ContainerAnnotations.h"
+#include "wtf/PassRefPtr.h"
+#include "wtf/RefCounted.h"
+#include "wtf/RefPtr.h"
+#include "wtf/ThreadRestrictionVerifier.h"
+#include "wtf/Vector.h"
+#include "wtf/text/AtomicString.h"
+#include "wtf/text/WTFString.h"
#include <memory>
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/wtf/ScopedLogger.md ('k') | third_party/WebKit/Source/wtf/StackUtil.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698