Index: chrome/common/win_util.cc |
=================================================================== |
--- chrome/common/win_util.cc (revision 11111) |
+++ chrome/common/win_util.cc (working copy) |
@@ -118,7 +118,8 @@ |
return output; |
} |
-bool ConvertToLongPath(const std::wstring& short_path, std::wstring* long_path) { |
+bool ConvertToLongPath(const std::wstring& short_path, |
+ std::wstring* long_path) { |
wchar_t long_path_buf[MAX_PATH]; |
DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf, |
MAX_PATH); |
@@ -174,7 +175,8 @@ |
PCUITEMID_CHILD_ARRAY pidls, |
DWORD flags); |
- static SHOpenFolderAndSelectItemsFuncPtr open_folder_and_select_itemsPtr = NULL; |
+ static SHOpenFolderAndSelectItemsFuncPtr open_folder_and_select_itemsPtr = |
+ NULL; |
static bool initialize_open_folder_proc = true; |
if (initialize_open_folder_proc) { |
initialize_open_folder_proc = false; |