summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc
diff options
context:
space:
mode:
authorjknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-27 14:59:25 +0000
committerjknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-27 14:59:25 +0000
commit5ba9c9ae342ff20bde44be9dfc538727d3696865 (patch)
tree800a2b6f6b3c2cad5b300d2ed7ca6087233cac89 /chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc
parentb20c4619af68cfc2969a22d9f73cc0fc79487297 (diff)
downloadchromium_src-5ba9c9ae342ff20bde44be9dfc538727d3696865.zip
chromium_src-5ba9c9ae342ff20bde44be9dfc538727d3696865.tar.gz
chromium_src-5ba9c9ae342ff20bde44be9dfc538727d3696865.tar.bz2
Put geolocation unit and browser test code in anonymous namespaces.
Avoid overlapping class definitions (e.g. MessageLoopQuitListener). BUG=None TEST=unit_tests,browser_tests Review URL: http://codereview.chromium.org/6341013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72793 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc')
-rw-r--r--chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc b/chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc
index 301a7b2..5dd18a1 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