Index: third_party/WebKit/Source/modules/sensor/BUILD.gn |
diff --git a/third_party/WebKit/Source/modules/sensor/BUILD.gn b/third_party/WebKit/Source/modules/sensor/BUILD.gn |
index 8bc2ebb6f65de878e9cc4ffb5dc01a07d494eb89..3f0f0495f58e2478613e6072d856e0905a6a994a 100644 |
--- a/third_party/WebKit/Source/modules/sensor/BUILD.gn |
+++ b/third_party/WebKit/Source/modules/sensor/BUILD.gn |
@@ -32,8 +32,8 @@ blink_modules_sources("sensor") { |
"SensorProxy.h", |
"SensorReading.cpp", |
"SensorReading.h", |
- "SensorUpdateNotificationStrategy.cpp", |
- "SensorUpdateNotificationStrategy.h", |
+ "SensorUpdateNotifier.cpp", |
+ "SensorUpdateNotifier.h", |
] |
deps = [ |