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

Unified Diff: chrome/app/chrome_watcher_client_win.h

Issue 1281413002: Move tests in chrome_app_unittests into unit_tests Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 4 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 | « build/gn_migration.gypi ('k') | chrome/app/chrome_watcher_command_line_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_watcher_client_win.h
diff --git a/chrome/app/chrome_watcher_client_win.h b/chrome/app/chrome_watcher_client_win.h
index 24c137ccb0ee0d9ef54b765ebfc0607b7bca21fa..c387e413ab6bab3cc008008eadacccafa8783971 100644
--- a/chrome/app/chrome_watcher_client_win.h
+++ b/chrome/app/chrome_watcher_client_win.h
@@ -14,9 +14,11 @@
#include "base/time/time.h"
#include "base/win/scoped_handle.h"
+#define DLLEXPORT __declspec(dllexport)
+
// Launches a Chrome watcher process and permits the client to wait until the
// process is fully initialized.
-class ChromeWatcherClient {
+class DLLEXPORT ChromeWatcherClient {
public:
// A CommandLineGenerator generates command lines that will launch a separate
// process and pass the supplied values to WatcherMain in that process.
@@ -62,4 +64,6 @@ class ChromeWatcherClient {
DISALLOW_COPY_AND_ASSIGN(ChromeWatcherClient);
};
+#undef DLLEXPORT
+
#endif // CHROME_APP_CHROME_WATCHER_CLIENT_WIN_H_
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/app/chrome_watcher_command_line_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698