Index: webkit/fileapi/local_file_system_operation_unittest.cc |
diff --git a/webkit/fileapi/local_file_system_operation_unittest.cc b/webkit/fileapi/local_file_system_operation_unittest.cc |
index 980e61b3d9eda1cb64aabe71b2e3cfd9490e7291..6da47188f542b3bdb952aeed71fd260eca059150 100644 |
--- a/webkit/fileapi/local_file_system_operation_unittest.cc |
+++ b/webkit/fileapi/local_file_system_operation_unittest.cc |
@@ -40,10 +40,6 @@ void AssertFileErrorEq(base::PlatformFileError expected, |
ASSERT_EQ(expected, actual); |
} |
-FilePath ASCIIToFilePath(const std::string& str) { |
- return FilePath().AppendASCII(str); |
-} |
- |
} // namespace (anonymous) |
// Test class for LocalFileSystemOperation. |