| Index: chrome/browser/custom_handlers/protocol_handler_registry.h
 | 
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.h b/chrome/browser/custom_handlers/protocol_handler_registry.h
 | 
| index 6c25ac1d7ada7493b7e958c8de2b8609a45580cd..eed96001a3b4103fe87cd11663a2ac880f1df493 100644
 | 
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.h
 | 
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.h
 | 
| @@ -9,7 +9,7 @@
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/ref_counted.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/sequenced_task_runner_helpers.h"
 | 
| 
 |