Index: chrome/browser/sync/test/integration/sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc |
index 8d75d64187c33b2445bb1915d2933771a3d94a0a..02fe8451f8944c69027515e7eb88743072ce1b81 100644 |
--- a/chrome/browser/sync/test/integration/sync_test.cc |
+++ b/chrome/browser/sync/test/integration/sync_test.cc |
@@ -220,7 +220,7 @@ Profile* SyncTest::MakeProfile(const base::FilePath::StringType name) { |
PathService::Get(chrome::DIR_USER_DATA, &path); |
path = path.Append(name); |
- if (!file_util::PathExists(path)) |
+ if (!base::PathExists(path)) |
CHECK(file_util::CreateDirectory(path)); |
Profile* profile = |