| Index: components/bubble/bubble_controller.h
 | 
| diff --git a/components/bubble/bubble_controller.h b/components/bubble/bubble_controller.h
 | 
| index 39a20ba1ec8e8bea68f8c5709589ffb01a52d689..f86452f762c9a95ee541bee1fb32a8f913ebd3b0 100644
 | 
| --- a/components/bubble/bubble_controller.h
 | 
| +++ b/components/bubble/bubble_controller.h
 | 
| @@ -5,6 +5,7 @@
 | 
|  #ifndef COMPONENTS_BUBBLE_BUBBLE_CONTROLLER_H_
 | 
|  #define COMPONENTS_BUBBLE_BUBBLE_CONTROLLER_H_
 | 
|  
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/memory/weak_ptr.h"
 | 
|  #include "base/threading/thread_checker.h"
 | 
| 
 |