Index: base/file_util_win.cc |
diff --git a/base/file_util_win.cc b/base/file_util_win.cc |
index 323102cf3df21facaaa666d22a7708949ec441fc..44c1205aa659acc7f8249098d3faeaae7bee732d 100644 |
--- a/base/file_util_win.cc |
+++ b/base/file_util_win.cc |
@@ -214,8 +214,6 @@ bool DirectoryExists(const FilePath& path) { |
} |
bool GetTempDir(FilePath* path) { |
- ThreadRestrictions::AssertIOAllowed(); |
- |
wchar_t temp_path[MAX_PATH + 1]; |
DWORD path_len = ::GetTempPath(MAX_PATH, temp_path); |
if (path_len >= MAX_PATH || path_len <= 0) |