Move some uses of PathService into the base namespace.

BUG=838398

Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr
Change-Id: I0cf62fc688cdcd8b05320f1eb96543c50a8fca51
Reviewed-on: https://chromium-review.googlesource.com/1036249
Commit-Queue: Avi Drissman <[email protected]>
Reviewed-by: Drew Wilson <[email protected]>
Reviewed-by: Leonard Grey <[email protected]>
Reviewed-by: Lei Zhang <[email protected]>
Cr-Commit-Position: refs/heads/master@{#555920}
diff --git a/chrome/browser/extensions/convert_web_app_unittest.cc b/chrome/browser/extensions/convert_web_app_unittest.cc
index d5fb61e..673aa4f 100644
--- a/chrome/browser/extensions/convert_web_app_unittest.cc
+++ b/chrome/browser/extensions/convert_web_app_unittest.cc
@@ -46,7 +46,7 @@
   WebApplicationInfo::IconInfo result;
 
   base::FilePath icon_file;
-  if (!PathService::Get(chrome::DIR_TEST_DATA, &icon_file)) {
+  if (!base::PathService::Get(chrome::DIR_TEST_DATA, &icon_file)) {
     ADD_FAILURE() << "Could not get test data directory.";
     return result;
   }