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

Unified Diff: chromeos/geolocation/simple_geolocation_request_test_monitor.h

Issue 1933003003: ChromeOS: chromeos should not depend on chromeos_test_support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add CHROMEOS_EXPORT to SimpleGeolocationRequestTestMonitor. Created 4 years, 8 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 | « chromeos/chromeos.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/geolocation/simple_geolocation_request_test_monitor.h
diff --git a/chromeos/geolocation/simple_geolocation_request_test_monitor.h b/chromeos/geolocation/simple_geolocation_request_test_monitor.h
index 2213db225818ec06eecbfa2b99b053bba379b6a3..b50b735d999c1eff6f60dca91da21b2136e559d0 100644
--- a/chromeos/geolocation/simple_geolocation_request_test_monitor.h
+++ b/chromeos/geolocation/simple_geolocation_request_test_monitor.h
@@ -6,6 +6,7 @@
#define CHROMEOS_GEOLOCATION_SIMPLE_GEOLOCATION_REQUEST_TEST_MONITOR_H_
#include "base/macros.h"
+#include "chromeos/chromeos_export.h"
namespace chromeos {
@@ -13,8 +14,9 @@ class SimpleGeolocationRequest;
// This is global hook, that allows to monitor SimpleGeolocationRequest
// in tests.
-
-class SimpleGeolocationRequestTestMonitor {
+//
+// Note: we need CHROMEOS_EXPORT for tests.
+class CHROMEOS_EXPORT SimpleGeolocationRequestTestMonitor {
public:
SimpleGeolocationRequestTestMonitor();
« no previous file with comments | « chromeos/chromeos.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698