| Index: chrome/browser/search_engines/template_url.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/search_engines/template_url.cc	(revision 15365)
 | 
| +++ chrome/browser/search_engines/template_url.cc	(working copy)
 | 
| @@ -4,6 +4,7 @@
 | 
|  
 | 
|  #include "chrome/browser/search_engines/template_url.h"
 | 
|  
 | 
| +#include "app/gfx/favicon_size.h"
 | 
|  #include "app/l10n_util.h"
 | 
|  #include "base/logging.h"
 | 
|  #include "base/string_util.h"
 | 
| @@ -11,7 +12,6 @@
 | 
|  #include "chrome/browser/rlz/rlz.h"
 | 
|  #include "chrome/browser/google_url_tracker.h"
 | 
|  #include "chrome/browser/search_engines/template_url_model.h"
 | 
| -#include "chrome/common/gfx/favicon_size.h"
 | 
|  #include "net/base/escape.h"
 | 
|  
 | 
|  // The TemplateURLRef has any number of terms that need to be replaced. Each of
 | 
| 
 |