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

Unified Diff: ash/common/system/chromeos/session/last_window_closed_observer.h

Issue 2108793002: mash: Convert system tray logout button to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more review comments, fix mash_unittests 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/ash.gyp ('k') | ash/common/system/chromeos/session/logout_button_tray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/session/last_window_closed_observer.h
diff --git a/ash/common/system/chromeos/session/last_window_closed_observer.h b/ash/common/system/chromeos/session/last_window_closed_observer.h
index 94621f6ba85be066dcfdf0ea3980b6dcfc3100e0..c19df95a495142567e0b18f66294e1d9744ed7fb 100644
--- a/ash/common/system/chromeos/session/last_window_closed_observer.h
+++ b/ash/common/system/chromeos/session/last_window_closed_observer.h
@@ -5,9 +5,11 @@
#ifndef ASH_COMMON_SYSTEM_CHROMEOS_SESSION_LAST_WINDOW_CLOSED_OBSERVER_H_
#define ASH_COMMON_SYSTEM_CHROMEOS_SESSION_LAST_WINDOW_CLOSED_OBSERVER_H_
+#include "ash/ash_export.h"
+
namespace ash {
-class LastWindowClosedObserver {
+class ASH_EXPORT LastWindowClosedObserver {
public:
virtual void OnLastWindowClosed() = 0;
« no previous file with comments | « ash/ash.gyp ('k') | ash/common/system/chromeos/session/logout_button_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698