Index: base/file_path.cc |
=================================================================== |
--- base/file_path.cc (revision 182039) |
+++ base/file_path.cc (working copy) |
@@ -29,8 +29,6 @@ |
#include <CoreFoundation/CoreFoundation.h> |
#endif |
-namespace base { |
- |
#if defined(FILE_PATH_USES_WIN_SEPARATORS) |
const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("\\/"); |
#else // FILE_PATH_USES_WIN_SEPARATORS |
@@ -1256,5 +1254,3 @@ |
void PrintTo(const FilePath& path, std::ostream* out) { |
*out << path.value(); |
} |
- |
-} // namespace base |