| Index: chrome/browser/geolocation/geolocation_permission_context_unittest.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_permission_context_unittest.cc b/chrome/browser/geolocation/geolocation_permission_context_unittest.cc
|
| index f0346f48ce9ace651a6a52cf2ca4e8719e426893..22039d256cae52c22522b151780cb33d3bf4729e 100644
|
| --- a/chrome/browser/geolocation/geolocation_permission_context_unittest.cc
|
| +++ b/chrome/browser/geolocation/geolocation_permission_context_unittest.cc
|
| @@ -21,6 +21,8 @@
|
| #include "chrome/test/testing_profile.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +namespace {
|
| +
|
| // TestTabContents short-circuits TAB_CONTENTS_INFOBAR_REMOVED to call
|
| // InfoBarClosed() directly. We need to observe it and call InfoBarClosed()
|
| // later.
|
| @@ -421,3 +423,5 @@ TEST_F(GeolocationPermissionContextTests, TabDestroyed) {
|
| // Delete the tab contents.
|
| DeleteContents();
|
| }
|
| +
|
| +} // namespace
|
|
|