commit | f617d01a04196951c9dfbc5234bf3b2b61b751fc | [log] [tgz] |
---|---|---|
author | Avi Drissman <[email protected]> | Wed May 02 18:48:53 2018 |
committer | Commit Bot <[email protected]> | Wed May 02 18:48:53 2018 |
tree | 6f059eee320d580feba445c47b9a8b1628cfc493 | |
parent | f97a51c3298582e41cc3b42952ef0de1102903c9 [diff] [blame] |
Move some uses of PathService into the base namespace. BUG=838398 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I8df9263f159af6a1152b46882a80bec0c52a822d Reviewed-on: https://chromium-review.googlesource.com/1036566 Reviewed-by: Doug Steedman <[email protected]> Reviewed-by: Cait Phillips <[email protected]> Commit-Queue: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/master@{#555487}
diff --git a/components/update_client/update_client_unittest.cc b/components/update_client/update_client_unittest.cc index b7c87add..8c747258 100644 --- a/components/update_client/update_client_unittest.cc +++ b/components/update_client/update_client_unittest.cc
@@ -201,7 +201,7 @@ base::FilePath UpdateClientTest::TestFilePath(const char* file) { base::FilePath path; - PathService::Get(base::DIR_SOURCE_ROOT, &path); + base::PathService::Get(base::DIR_SOURCE_ROOT, &path); return path.AppendASCII("components") .AppendASCII("test") .AppendASCII("data")