| Index: chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc (revision 71526)
|
| +++ chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc (working copy)
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/gtk/status_icons/status_icon_gtk.h"
|
| +#include "chrome/browser/ui/gtk/status_icons/status_icon_gtk.h"
|
|
|
| #include "base/string16.h"
|
| #include "base/logging.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/gtk/menu_gtk.h"
|
| +#include "chrome/browser/ui/gtk/menu_gtk.h"
|
| #include "gfx/gtk_util.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
|
|