
Currently, the original SQLite code is stored at //third_party/sqlite/sqlite-src-* and Chrome's patched code is stored at //third_party/sqlite/src/. This CL moves the patched code to a patched/ directory, as the new name better reflects what's going on. This CL also paves the way for a future where the original SQLite code is brought into //third_party/sqlite/src/ via DEPS. Bug: 945204 Change-Id: I004906acde8f64ce5006c9bfa1902e6aa3c5227c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1537161 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by: Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#643946}