[email protected] | de7d61ff | 2013-08-20 11:30:41 | [diff] [blame] | 1 | // Copyright 2013 The Chromium Authors. All rights reserved. |
[email protected] | b0f146f | 2011-09-15 22:14:25 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
[email protected] | de7d61ff | 2013-08-20 11:30:41 | [diff] [blame] | 5 | #include "content/shell/browser/shell_browser_context.h" |
[email protected] | b0f146f | 2011-09-15 22:14:25 | [diff] [blame] | 6 | |
dcheng | f63a125 | 2015-12-26 20:43:13 | [diff] [blame] | 7 | #include <utility> |
8 | |||||
[email protected] | 037edb5 | 2011-11-15 21:14:06 | [diff] [blame] | 9 | #include "base/bind.h" |
[email protected] | 2f2b951 | 2012-06-08 17:31:00 | [diff] [blame] | 10 | #include "base/command_line.h" |
[email protected] | 5cba3bf | 2012-01-14 02:40:35 | [diff] [blame] | 11 | #include "base/environment.h" |
thestig | b7aad54f | 2014-09-05 18:25:39 | [diff] [blame] | 12 | #include "base/files/file_util.h" |
[email protected] | b0f146f | 2011-09-15 22:14:25 | [diff] [blame] | 13 | #include "base/logging.h" |
14 | #include "base/path_service.h" | ||||
Eric Seckler | 8652dcd5 | 2018-09-20 10:42:28 | [diff] [blame] | 15 | #include "base/task/post_task.h" |
[email protected] | 2e5b60a2 | 2011-11-28 15:56:41 | [diff] [blame] | 16 | #include "base/threading/thread.h" |
avi | 66a0772 | 2015-12-25 23:38:12 | [diff] [blame] | 17 | #include "build/build_config.h" |
juliatuttle | ca57a11b | 2016-11-15 19:07:53 | [diff] [blame] | 18 | #include "components/keyed_service/content/browser_context_dependency_manager.h" |
Henrique Nakashima | dd1cdd1 | 2019-04-25 15:47:04 | [diff] [blame] | 19 | #include "components/keyed_service/core/simple_dependency_manager.h" |
Xi Han | 720a2a2 | 2019-05-21 17:39:59 | [diff] [blame] | 20 | #include "components/keyed_service/core/simple_factory_key.h" |
Henrique Nakashima | 7bb9d52 | 2019-04-16 20:57:36 | [ |