Rewrite references to "wtf/" to "platform/wtf/" in platform/transforms.
This is essentially the result of the following shell command followed by git cl format: find . -type f -exec sed -i 's/"wtf\//"platform\/wtf\//g' {} \; DEPS is added in order to prevent further introduction of "wtf/". BUG=691465 R=haraken@chromium.org Review-Url: https://codereview.chromium.org/2801623005 Cr-Commit-Position: refs/heads/master@{#462781}
Showing
Please register or sign in to comment