commit | 88b3b717eaf289cad99f4ed87bd75e94f15ca6e5 | [log] [tgz] |
---|---|---|
author | csharrison <[email protected]> | Mon Nov 14 23:12:35 2016 |
committer | Commit bot <[email protected]> | Mon Nov 14 23:22:26 2016 |
tree | 0265b985ba7773aad8cbf7a782d8f702ee1894b8 | |
parent | 7db18648678acf332a4cb7c91b831dd231e26d62 [diff] |
Convert GURL::{host,path} to GURL::{host_piece,path_piece} for ==. host(), path() and friends copy data into a std::string. For comparisons this is unnecessary. BUG=663729 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2478573004 Cr-Commit-Position: refs/heads/master@{#431952}