summaryrefslogtreecommitdiffstats
path: root/base/test/scoped_path_override.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/test/scoped_path_override.h')
-rw-r--r--base/test/scoped_path_override.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/test/scoped_path_override.h b/base/test/scoped_path_override.h
index 3ac441c..bc88205 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