| Index: chrome/browser/geolocation/win7_location_api_unittest_win.cc
|
| diff --git a/chrome/browser/geolocation/win7_location_api_unittest_win.cc b/chrome/browser/geolocation/win7_location_api_unittest_win.cc
|
| index cfc35c378c63ba52c31312a6fb5260284d8d34ca..66470cf029f8a50e84b3c6b209233aa35c5736c3 100644
|
| --- a/chrome/browser/geolocation/win7_location_api_unittest_win.cc
|
| +++ b/chrome/browser/geolocation/win7_location_api_unittest_win.cc
|
| @@ -23,6 +23,8 @@ using testing::DoDefault;
|
| using testing::Invoke;
|
| using testing::Return;
|
|
|
| +namespace {
|
| +
|
| class MockLatLongReport : public ILatLongReport {
|
| public:
|
| MockLatLongReport() : ref_count_(1) {
|
| @@ -331,3 +333,5 @@ TEST_F(GeolocationApiWin7Tests, GetInvalidPosition) {
|
| api_->GetPosition(&position);
|
| EXPECT_FALSE(position.IsValidFix());
|
| }
|
| +
|
| +} // namespace
|
|
|