| Index: base/test/scoped_path_override.h
|
| diff --git a/base/test/scoped_path_override.h b/base/test/scoped_path_override.h
|
| index 3ac441cf60709b2b8f12a5e6830c4710b1e96b8e..bc88205b1e73b403777757235552c2156fd75e22 100644
|
| --- a/base/test/scoped_path_override.h
|
| +++ b/base/test/scoped_path_override.h
|
| @@ -8,10 +8,10 @@
|
| #include "base/basictypes.h"
|
| #include "base/files/scoped_temp_dir.h"
|
|
|
| -class FilePath;
|
| -
|
| namespace base {
|
|
|
| +class FilePath;
|
| +
|
| // Sets a path override on construction, and removes it when the object goes out
|
| // of scope. This class is intended to be used by tests that need to override
|
| // paths to ensure their overrides are properly handled and reverted when the
|
|
|