Index: base/files/file_path.h |
diff --git a/base/files/file_path.h b/base/files/file_path.h |
index 93f9ec91e03aca3202dd070989bcdc5419f3ff75..5225b12ffd4c8cab478e5b73c8f6a9823c0c3f9c 100644 |
--- a/base/files/file_path.h |
+++ b/base/files/file_path.h |
@@ -443,11 +443,9 @@ BASE_EXPORT extern void PrintTo(const base::FilePath& path, std::ostream* out); |
#if defined(OS_POSIX) |
#define FILE_PATH_LITERAL(x) x |
#define PRFilePath "s" |
-#define PRFilePathLiteral "%s" |
#elif defined(OS_WIN) |
#define FILE_PATH_LITERAL(x) L ## x |
#define PRFilePath "ls" |
-#define PRFilePathLiteral L"%ls" |
#endif // OS_WIN |
// Provide a hash function so that hash_sets and maps can contain FilePath |