| Index: ash/shelf/overflow_bubble.cc
 | 
| diff --git a/ash/shelf/overflow_bubble.cc b/ash/shelf/overflow_bubble.cc
 | 
| index ecd277cd36a9c0565d7303f4191d4b4657f417e7..f19fa9c36ac660fd76719ffde4fcadd4d4c8f2c0 100644
 | 
| --- a/ash/shelf/overflow_bubble.cc
 | 
| +++ b/ash/shelf/overflow_bubble.cc
 | 
| @@ -16,9 +16,7 @@
 | 
|  namespace ash {
 | 
|  
 | 
|  OverflowBubble::OverflowBubble()
 | 
| -    : bubble_(NULL),
 | 
| -      anchor_(NULL),
 | 
| -      shelf_view_(NULL) {
 | 
| +    : bubble_(NULL), anchor_(NULL), shelf_view_(NULL) {
 | 
|    Shell::GetInstance()->AddPointerWatcher(this);
 | 
|  }
 | 
|  
 | 
| 
 |