Index: chrome/browser/ui/views/status_icons/status_tray_linux.h |
diff --git a/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h b/chrome/browser/ui/views/status_icons/status_tray_linux.h |
similarity index 54% |
copy from chrome/browser/ui/gtk/status_icons/status_tray_gtk.h |
copy to chrome/browser/ui/views/status_icons/status_tray_linux.h |
index 3e010d7040f0ec99ee509c967352c9f6988d644c..b5eeb4102fa1f01fdfaa9efa17abed0f3f5e2fa9 100644 |
--- a/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h |
+++ b/chrome/browser/ui/views/status_icons/status_tray_linux.h |
@@ -2,23 +2,23 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_UI_GTK_STATUS_ICONS_STATUS_TRAY_GTK_H_ |
-#define CHROME_BROWSER_UI_GTK_STATUS_ICONS_STATUS_TRAY_GTK_H_ |
+#ifndef CHROME_BROWSER_UI_VIEWS_STATUS_ICONS_STATUS_TRAY_LINUX_H_ |
+#define CHROME_BROWSER_UI_VIEWS_STATUS_ICONS_STATUS_TRAY_LINUX_H_ |
#include "base/compiler_specific.h" |
#include "chrome/browser/status_icons/status_tray.h" |
-class StatusTrayGtk : public StatusTray { |
+class StatusTrayLinux : public StatusTray { |
public: |
- StatusTrayGtk(); |
- virtual ~StatusTrayGtk(); |
+ StatusTrayLinux(); |
+ virtual ~StatusTrayLinux(); |
protected: |
// Overriden from StatusTray: |
virtual StatusIcon* CreatePlatformStatusIcon(StatusIconType type) OVERRIDE; |
private: |
- DISALLOW_COPY_AND_ASSIGN(StatusTrayGtk); |
+ DISALLOW_COPY_AND_ASSIGN(StatusTrayLinux); |
}; |
-#endif // CHROME_BROWSER_UI_GTK_STATUS_ICONS_STATUS_TRAY_GTK_H_ |
+#endif // CHROME_BROWSER_UI_VIEWS_STATUS_ICONS_STATUS_TRAY_LINUX_H_ |