| Index: chrome/browser/ui/gtk/menu_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/menu_gtk.cc (revision 71810)
|
| +++ chrome/browser/ui/gtk/menu_gtk.cc (working copy)
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/gtk/menu_gtk.h"
|
| +#include "chrome/browser/ui/gtk/menu_gtk.h"
|
|
|
| #include <map>
|
|
|
| @@ -12,9 +12,9 @@
|
| #include "base/stl_util-inl.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/app/chrome_command_ids.h"
|
| -#include "chrome/browser/gtk/gtk_custom_menu.h"
|
| -#include "chrome/browser/gtk/gtk_custom_menu_item.h"
|
| -#include "chrome/browser/gtk/gtk_util.h"
|
| +#include "chrome/browser/ui/gtk/gtk_custom_menu.h"
|
| +#include "chrome/browser/ui/gtk/gtk_custom_menu_item.h"
|
| +#include "chrome/browser/ui/gtk/gtk_util.h"
|
| #include "gfx/gtk_util.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/models/accelerator_gtk.h"
|
|
|