| 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 53%
|
| 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 cd7a0b47498e52b35d2cdb22cb60049fb205a06d..92e9edc7a285498d88b906ec102924ff8f9db965 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() 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_
|
|
|