 Chromium Code Reviews
 Chromium Code Reviews Issue 426673003:
  Introduce a helper for OPENFILENAME struct to make certain logic testable.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 426673003:
  Introduce a helper for OPENFILENAME struct to make certain logic testable.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: ui/ui_unittests.gyp | 
| diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp | 
| index 545b1c130b9cf48f0c2d8cdc2d776165c02d1a5d..36e4571f76e6af976a3432154546a0f7e69c53c4 100644 | 
| --- a/ui/ui_unittests.gyp | 
| +++ b/ui/ui_unittests.gyp | 
| @@ -111,6 +111,7 @@ | 
| 'sources': [ | 
| 'base/dragdrop/os_exchange_data_win_unittest.cc', | 
| 'base/win/hwnd_subclass_unittest.cc', | 
| + 'base/win/open_file_name_win_unittest.cc', | 
| 'gfx/color_profile_win_unittest.cc', | 
| 'gfx/font_fallback_win_unittest.cc', | 
| 'gfx/icon_util_unittest.cc', |