commit | b9dae93e677cb7d8eaac27575d37bcfdf0d4608b | [log] [tgz] |
---|---|---|
author | tzik <[email protected]> | Fri Feb 10 03:57:30 2017 |
committer | Commit bot <[email protected]> | Fri Feb 10 03:57:30 2017 |
tree | a5b09c22ed6b66d9e91c136d270d82e2c379e77d | |
parent | 033d9e89ed5ce8b5ee20d7a5d56256c0038fd9f5 [diff] [blame] |
Simplify SequencedTaskRunner::{Delete,Releaose}Soon impl This CL removes SequencedTaskRunner-like type support from DeleteHelper. There no longer exists such a class, and the removal simplify the implementation. [email protected], [email protected], [email protected] CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2686033002 Cr-Commit-Position: refs/heads/master@{#449544}
diff --git a/sql/connection.cc b/sql/connection.cc index ac715ae..0511e11 100644 --- a/sql/connection.cc +++ b/sql/connection.cc
@@ -12,6 +12,7 @@ #include <utility> #include "base/bind.h" +#include "base/debug/alias.h" #include "base/debug/dump_without_crashing.h" #include "base/files/file_path.h" #include "base/files/file_util.h"