diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 19:12:21 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 19:12:21 +0000 |
commit | 8ff00d7d7139ae48a60f45ac9c984b433f1cccf6 (patch) | |
tree | a542b82d9ae8f1ed006b600d6eb1e82def999908 /content/common/web_database_observer_impl.cc | |
parent | cffd752d47534abef7d6a037cf9d4f27007e6427 (diff) | |
download | chromium_src-8ff00d7d7139ae48a60f45ac9c984b433f1cccf6.zip chromium_src-8ff00d7d7139ae48a60f45ac9c984b433f1cccf6.tar.gz chromium_src-8ff00d7d7139ae48a60f45ac9c984b433f1cccf6.tar.bz2 |
Move a bunch more code into the content namespace.
Review URL: https://codereview.chromium.org/11231077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/web_database_observer_impl.cc')
-rw-r--r-- | content/common/web_database_observer_impl.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/common/web_database_observer_impl.cc b/content/common/web_database_observer_impl.cc index 7673c53..d8483cd 100644 --- a/content/common/web_database_observer_impl.cc +++ b/content/common/web_database_observer_impl.cc @@ -13,6 +13,7 @@ using WebKit::WebDatabase; +namespace content { namespace { const int kResultHistogramSize = 50; @@ -164,3 +165,5 @@ void WebDatabaseObserverImpl::HandleSqliteError( error)); } } + +} // namespace content |