| 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();
|
|
|
|
|