| Index: chrome/browser/download/download_query_unittest.cc
 | 
| diff --git a/chrome/browser/download/download_query_unittest.cc b/chrome/browser/download/download_query_unittest.cc
 | 
| index 6947055a81261f3396f6821776f6078f03d726fd..8ffc90a8049405b3f63f4c9a94f61f56a3a245ad 100644
 | 
| --- a/chrome/browser/download/download_query_unittest.cc
 | 
| +++ b/chrome/browser/download/download_query_unittest.cc
 | 
| @@ -2,6 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| +#include <stddef.h>
 | 
|  #include <stdint.h>
 | 
|  
 | 
|  #include <limits>
 | 
| @@ -10,11 +11,13 @@
 | 
|  #include "base/bind.h"
 | 
|  #include "base/files/file_path.h"
 | 
|  #include "base/logging.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/stl_util.h"
 | 
|  #include "base/strings/string16.h"
 | 
|  #include "base/time/time.h"
 | 
|  #include "base/values.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "chrome/browser/download/download_query.h"
 | 
|  #include "content/public/test/mock_download_item.h"
 | 
|  #include "testing/gmock/include/gmock/gmock.h"
 | 
| 
 |