| Index: Source/web/GeolocationClientMock.h
|
| diff --git a/Source/web/GeolocationClientMock.h b/Source/web/GeolocationClientMock.h
|
| index 38e51f88fc98189360d88f251eb500c7757eec4b..7188c4af5dfb9a5239f9ca3c19c450a5a06cfa4e 100644
|
| --- a/Source/web/GeolocationClientMock.h
|
| +++ b/Source/web/GeolocationClientMock.h
|
| @@ -47,7 +47,7 @@ class GeolocationPosition;
|
| namespace blink {
|
|
|
| // Provides a mock object for the geolocation client.
|
| -class GeolocationClientMock : public WebCore::GeolocationClient {
|
| +class GeolocationClientMock FINAL : public WebCore::GeolocationClient {
|
| public:
|
| GeolocationClientMock();
|
| virtual ~GeolocationClientMock();
|
|
|