Move history_db_task.h to //components/history
The history_db_task.h is a leaf file that does not #include anything from
outside of the history component, so move the file there.
Moved the file using tools/git/move_source_file.py and fixing the gyp and
gn build definition files.
BUG=370850
[email protected]
Review URL: https://codereview.chromium.org/832513002
Cr-Commit-Position: refs/heads/master@{#309707}
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index e3de282..4da232cc 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -24,7 +24,6 @@
#include "chrome/browser/history/chrome_history_client.h"
#include "chrome/browser/history/chrome_history_client_factory.h"
#include "chrome/browser/history/history_backend.h"
-#include "chrome/browser/history/history_db_task.h"
#include "chrome/browser/history/history_service.h"
#include "chrome/browser/history/history_service_factory.h"
#include "chrome/browser/history/top_sites.h"
@@ -55,6 +54,7 @@
#include "components/bookmarks/common/bookmark_constants.h"
#include "components/content_settings/core/browser/host_content_settings_map.h"
#include "components/history/core/browser/history_constants.h"
+#include "components/history/core/browser/history_db_task.h"
#include "components/history/core/browser/top_sites_observer.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"
#include "components/policy/core/common/policy_service.h"