Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3750)

Unified Diff: chrome/browser/ui/views/status_icons/status_tray_linux.h

Issue 18334003: Linux status icon for Ubuntu Unity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: file restored Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698