| Index: chrome/browser/renderer_host/gtk_im_context_wrapper.cc
 | 
| diff --git a/chrome/browser/renderer_host/gtk_im_context_wrapper.cc b/chrome/browser/renderer_host/gtk_im_context_wrapper.cc
 | 
| index 82d052eab3d5b615775465e617d9da7e5a34509f..a766f3cdb673b2f91efc4b71b54fa0fa8b115e3c 100644
 | 
| --- a/chrome/browser/renderer_host/gtk_im_context_wrapper.cc
 | 
| +++ b/chrome/browser/renderer_host/gtk_im_context_wrapper.cc
 | 
| @@ -14,7 +14,7 @@
 | 
|  #include "base/string_util.h"
 | 
|  #include "base/third_party/icu/icu_utf.h"
 | 
|  #include "base/utf_string_conversions.h"
 | 
| -#include "chrome/app/chrome_dll_resource.h"
 | 
| +#include "chrome/app/chrome_command_ids.h"
 | 
|  #include "chrome/browser/gtk/gtk_util.h"
 | 
|  #if !defined(TOOLKIT_VIEWS)
 | 
|  #include "chrome/browser/gtk/menu_gtk.h"
 | 
| 
 |