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

Unified Diff: third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.cpp

Issue 2768063003: Move files in wtf/ to platform/wtf/ (Part 11). (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/typed_arrays/ArrayBufferBuilder.cpp
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.cpp b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.cpp
similarity index 97%
rename from third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.cpp
rename to third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.cpp
index 9266cb909f13c0f316e46ae6abfe4ef629e2efe6..c7345df0c8297b4956a890d7ef17b16a241da843 100644
--- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.cpp
+++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.cpp
@@ -28,9 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "wtf/typed_arrays/ArrayBufferBuilder.h"
+#include "platform/wtf/typed_arrays/ArrayBufferBuilder.h"
-#include "wtf/Assertions.h"
+#include "platform/wtf/Assertions.h"
#include <limits>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698