Index: base/file_path_unittest.cc |
diff --git a/base/file_path_unittest.cc b/base/file_path_unittest.cc |
index 5a9e5cd6c8246fcd7bc6e13e40875370c95979f8..ba6c8a200a1f95ee808e49a3489b6513533e3845 100644 |
--- a/base/file_path_unittest.cc |
+++ b/base/file_path_unittest.cc |
@@ -15,6 +15,8 @@ |
// This macro constructs strings which can contain NULs. |
#define FPS(x) FilePath::StringType(FPL(x), arraysize(FPL(x)) - 1) |
+namespace base { |
+ |
struct UnaryTestData { |
const FilePath::CharType* input; |
const FilePath::CharType* expected; |
@@ -1196,3 +1198,5 @@ TEST_F(FilePathTest, NormalizePathSeparators) { |
} |
#endif |
+ |
+} // namespace base |