diff options
Diffstat (limited to 'base/file_util.cc')
-rw-r--r-- | base/file_util.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/file_util.cc b/base/file_util.cc index d388e67..cb6c7e01 100644 --- a/base/file_util.cc +++ b/base/file_util.cc @@ -503,4 +503,3 @@ int WriteFile(const std::wstring& filename, const char* data, int size) { return WriteFile(FilePath::FromWStringHack(filename), data, size); } } // namespace - |