| Index: chrome/browser/chrome_select_file_dialog_factory_win.cc
 | 
| diff --git a/chrome/browser/chrome_select_file_dialog_factory_win.cc b/chrome/browser/chrome_select_file_dialog_factory_win.cc
 | 
| index 01ff7f6da635a41dbe3b2aaef180e9cbb21188aa..78cc353e6744d0a078a14e083128208f8f9bb915 100644
 | 
| --- a/chrome/browser/chrome_select_file_dialog_factory_win.cc
 | 
| +++ b/chrome/browser/chrome_select_file_dialog_factory_win.cc
 | 
| @@ -12,6 +12,7 @@
 | 
|  #include "base/callback.h"
 | 
|  #include "base/location.h"
 | 
|  #include "base/logging.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/metrics/field_trial.h"
 | 
|  #include "base/strings/string16.h"
 | 
|  #include "base/synchronization/waitable_event.h"
 | 
| 
 |