| Index: chrome/browser/process_singleton_mac_unittest.cc
|
| diff --git a/chrome/browser/process_singleton_mac_unittest.cc b/chrome/browser/process_singleton_mac_unittest.cc
|
| index 39451df96b52aa936f78cb708d0919b7e2a2a9c1..639a3af5412818f6f8b11a3e3ef34d161adcdef4 100644
|
| --- a/chrome/browser/process_singleton_mac_unittest.cc
|
| +++ b/chrome/browser/process_singleton_mac_unittest.cc
|
| @@ -61,7 +61,7 @@ class ProcessSingletonMacTest : public PlatformTest {
|
| return false;
|
| }
|
|
|
| - ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_;
|
| FilePath lock_path_;
|
| };
|
|
|
|
|