am dcbeb41a: am d558530b: Merge "Fix Windows build."

* commit 'dcbeb41a673e3fa6eb8344e9c806cb8a5f7eeff5':
  Fix Windows build.
This commit is contained in:
Elliott Hughes 2015-02-05 20:15:04 +00:00 committed by Android Git Automerger
commit 07e0ee7cf4

View file

@ -24,8 +24,11 @@ namespace android {
bool ReadFileToString(const std::string& path, std::string* content);
bool WriteStringToFile(const std::string& content, const std::string& path);
#if !defined(_WIN32)
bool WriteStringToFile(const std::string& content, const std::string& path,
mode_t mode, uid_t owner, gid_t group);
#endif
} // namespace android