commit | 7966d310948228eef0ba46f30152bc2356c9a102 | [log] [tgz] |
---|---|---|
author | gab <[email protected]> | Wed May 11 20:35:01 2016 |
committer | Commit bot <[email protected]> | Wed May 11 20:38:19 2016 |
tree | bc18cd14d5fbb862ee72c70e5e2e2bafa7e31d07 | |
parent | c76e492b901a3ab834f04b26edd9a208436e066d [diff] [blame] |
Fix include path for moved thread_task_runner_handle.h header in components/ Changes made by tools/git/move_source_file.py BUG=610438 TBR=caitkp Review-Url: https://codereview.chromium.org/1970833002 Cr-Commit-Position: refs/heads/master@{#393046}
diff --git a/components/update_client/update_client_unittest.cc b/components/update_client/update_client_unittest.cc index e5bbfb7..a869f9a 100644 --- a/components/update_client/update_client_unittest.cc +++ b/components/update_client/update_client_unittest.cc
@@ -17,7 +17,7 @@ #include "base/path_service.h" #include "base/run_loop.h" #include "base/test/sequenced_worker_pool_owner.h" -#include "base/thread_task_runner_handle.h" +#include "base/threading/thread_task_runner_handle.h" #include "base/values.h" #include "base/version.h" #include "components/prefs/testing_pref_service.h"