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

Unified Diff: ash/system/tray_update.h

Issue 2060003002: ash: Add a unit test for the system update tray item (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@movetraydelegate
Patch Set: rebase Created 4 years, 6 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
« no previous file with comments | « ash/system/tray/tray_image_item.h ('k') | ash/system/tray_update_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray_update.h
diff --git a/ash/system/tray_update.h b/ash/system/tray_update.h
index 5ca0cdf2c3f04a0669b7076f13b69bea9d0e12cc..8ff43a3f1283ad42f883b1735e9d27256efcf3e1 100644
--- a/ash/system/tray_update.h
+++ b/ash/system/tray_update.h
@@ -5,6 +5,7 @@
#ifndef ASH_SYSTEM_TRAY_UPDATE_H_
#define ASH_SYSTEM_TRAY_UPDATE_H_
+#include "ash/ash_export.h"
#include "ash/common/system/update/update_observer.h"
#include "ash/system/tray/tray_image_item.h"
#include "base/macros.h"
@@ -15,8 +16,8 @@ class View;
namespace ash {
-class TrayUpdate : public TrayImageItem,
- public UpdateObserver {
+// The system update tray item. Exported for test.
+class ASH_EXPORT TrayUpdate : public TrayImageItem, public UpdateObserver {
public:
explicit TrayUpdate(SystemTray* system_tray);
~TrayUpdate() override;
« no previous file with comments | « ash/system/tray/tray_image_item.h ('k') | ash/system/tray_update_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698