| Index: content/browser/geofencing/geofencing_service_unittest.cc
|
| diff --git a/content/browser/geofencing/geofencing_service_unittest.cc b/content/browser/geofencing/geofencing_service_unittest.cc
|
| index 329fcaf7159606360f6124e392e5908645667bbd..25a93188d4e2c4a5c99525f76bcb3498ca6f9c2a 100644
|
| --- a/content/browser/geofencing/geofencing_service_unittest.cc
|
| +++ b/content/browser/geofencing/geofencing_service_unittest.cc
|
| @@ -31,6 +31,8 @@ class MockGeofencingRegistrationDelegate
|
| public:
|
| MOCK_METHOD2(RegistrationFinished,
|
| void(int64 geofencing_registration_id, GeofencingStatus status));
|
| + MOCK_METHOD1(RegionEntered, void(int64 geofencing_registration_id));
|
| + MOCK_METHOD1(RegionExited, void(int64 geofencing_registration_id));
|
| };
|
|
|
| class MockGeofencingProvider : public GeofencingProvider {
|
|
|