| Index: chrome/browser/views/blocked_popup_container.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/views/blocked_popup_container.cc	(revision 15365)
 | 
| +++ chrome/browser/views/blocked_popup_container.cc	(working copy)
 | 
| @@ -13,13 +13,13 @@
 | 
|  #include <math.h>
 | 
|  
 | 
|  #include "app/gfx/chrome_canvas.h"
 | 
| +#include "app/gfx/path.h"
 | 
|  #include "app/l10n_util.h"
 | 
|  #include "app/resource_bundle.h"
 | 
|  #include "base/string_util.h"
 | 
|  #include "chrome/browser/extensions/extension_function_dispatcher.h"
 | 
|  #include "chrome/browser/profile.h"
 | 
|  #include "chrome/browser/tab_contents/tab_contents.h"
 | 
| -#include "chrome/common/gfx/path.h"
 | 
|  #include "chrome/common/notification_service.h"
 | 
|  #include "chrome/common/pref_names.h"
 | 
|  #include "chrome/views/background.h"
 | 
| 
 |