| Index: chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc b/chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc
|
| index 301a7b26f34eef862ab7f93bec1b47edea4ce4d1..5dd18a1bf42e6010c068b6ae2052fd8e38322386 100644
|
| --- a/chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc
|
| +++ b/chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc
|
| @@ -15,7 +15,6 @@ namespace {
|
| const GURL kUrl0("http://www.example.com");
|
| const GURL kUrl1("http://www.example1.com");
|
| const GURL kUrl2("http://www.example2.com");
|
| -} // namespace
|
|
|
| class GeolocationExceptionsTableModelTest : public RenderViewHostTestHarness {
|
| public:
|
| @@ -141,3 +140,5 @@ TEST_F(GeolocationExceptionsTableModelTest, GetText) {
|
| EXPECT_NE(string16::npos,
|
| text.find(content_settings_helper::OriginToString16(kUrl2)));
|
| }
|
| +
|
| +} // namespace
|
|
|