| Index: chrome/browser/chromeos/drive/file_system_util.cc
 | 
| diff --git a/chrome/browser/chromeos/drive/file_system_util.cc b/chrome/browser/chromeos/drive/file_system_util.cc
 | 
| index 6bb95b851ae395804cf7810256e40076e7754e3d..9c47a8ba67e86213f4ee0a2a8d83a77d64d65e21 100644
 | 
| --- a/chrome/browser/chromeos/drive/file_system_util.cc
 | 
| +++ b/chrome/browser/chromeos/drive/file_system_util.cc
 | 
| @@ -4,10 +4,11 @@
 | 
|  
 | 
|  #include "chrome/browser/chromeos/drive/file_system_util.h"
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
|  #include "base/bind.h"
 | 
|  #include "base/bind_helpers.h"
 | 
|  #include "base/files/file_path.h"
 | 
| @@ -15,6 +16,7 @@
 | 
|  #include "base/i18n/icu_string_conversions.h"
 | 
|  #include "base/json/json_file_value_serializer.h"
 | 
|  #include "base/logging.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/prefs/pref_service.h"
 | 
|  #include "base/strings/string_number_conversions.h"
 | 
| 
 |