| Index: chrome/browser/browser_about_handler_unittest.cc
 | 
| diff --git a/chrome/browser/browser_about_handler_unittest.cc b/chrome/browser/browser_about_handler_unittest.cc
 | 
| index b90428780eef17f442266a9e1d31c6859dd31cbc..fdcd7405026dbf331d3bff2b251012a4579f127d 100644
 | 
| --- a/chrome/browser/browser_about_handler_unittest.cc
 | 
| +++ b/chrome/browser/browser_about_handler_unittest.cc
 | 
| @@ -2,7 +2,9 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
| +#include <stddef.h>
 | 
| +
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/message_loop/message_loop.h"
 | 
|  #include "chrome/browser/browser_about_handler.h"
 | 
| 
 |