| Index: chrome/browser/geolocation/win7_location_provider_unittest_win.cc
|
| diff --git a/chrome/browser/geolocation/win7_location_provider_unittest_win.cc b/chrome/browser/geolocation/win7_location_provider_unittest_win.cc
|
| index a930db10d0ed203953c6a4fe186061390231a7da..d997bf29bb3e3d8730fb8726f4a7883dc12ea944 100644
|
| --- a/chrome/browser/geolocation/win7_location_provider_unittest_win.cc
|
| +++ b/chrome/browser/geolocation/win7_location_provider_unittest_win.cc
|
| @@ -16,6 +16,7 @@ using testing::DoDefault;
|
| using testing::Invoke;
|
| using testing::Return;
|
|
|
| +namespace {
|
|
|
| class MockWin7LocationApi : public Win7LocationApi {
|
| public:
|
| @@ -136,3 +137,5 @@ TEST_F(GeolocationProviderWin7Tests, GetInvalidPosition) {
|
| provider_->GetPosition(&position);
|
| EXPECT_FALSE(position.IsValidFix());
|
| }
|
| +
|
| +} // namespace
|
|
|