Chromium Code Reviews| Index: chrome/browser/ui/gtk/status_icons/status_tray_gtk.cc |
| =================================================================== |
| --- chrome/browser/ui/gtk/status_icons/status_tray_gtk.cc (revision 71526) |
| +++ chrome/browser/ui/gtk/status_icons/status_tray_gtk.cc (working copy) |
| @@ -2,9 +2,9 @@ |
| // 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_tray_gtk.h" |
| +#include "chrome/browser/ui/gtk/status_icons/status_tray_gtk.h" |
| -#include "chrome/browser/gtk/status_icons/status_icon_gtk.h" |
| +#include "chrome/browser/ui/gtk/status_icons/status_icon_gtk.h" |
|
msw
2011/01/15 00:58:47
This ordering is okay (despite the CL static analy
|
| StatusTrayGtk::StatusTrayGtk() { |
| } |