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

Unified Diff: device/generic_sensor/sensor_provider_impl.h

Issue 2277353002: [sensors] Drop DEVICE_SENSOR_EXPORT macro (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « device/generic_sensor/sensor_export.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/sensor_provider_impl.h
diff --git a/device/generic_sensor/sensor_provider_impl.h b/device/generic_sensor/sensor_provider_impl.h
index 6681223d7ea797aa4737c64bfabd4227c4e8953b..fa88f2da345d1f0da05bea22f6a066ec3985fd00 100644
--- a/device/generic_sensor/sensor_provider_impl.h
+++ b/device/generic_sensor/sensor_provider_impl.h
@@ -7,7 +7,6 @@
#include "base/macros.h"
#include "device/generic_sensor/public/interfaces/sensor_provider.mojom.h"
-#include "device/generic_sensor/sensor_export.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
namespace device {
@@ -19,8 +18,7 @@ class PlatformSensorProvider;
// of PlatformSensor which are used by SensorImpl.
class SensorProviderImpl final : public mojom::SensorProvider {
public:
- DEVICE_SENSOR_EXPORT static void Create(
- mojo::InterfaceRequest<mojom::SensorProvider> request);
+ static void Create(mojo::InterfaceRequest<mojom::SensorProvider> request);
~SensorProviderImpl() override;
« no previous file with comments | « device/generic_sensor/sensor_export.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698