diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-20 02:14:57 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-20 02:14:57 +0000 |
commit | da29bbd928e83d96b2bfd5f1955f410b962a3fd9 (patch) | |
tree | bfef56f484c3c78a278940aa781d0bdd779a1ebb /sync/notifier/push_client_channel.cc | |
parent | d207f9306f55040b40098c8b7aef010ac36bf797 (diff) | |
download | chromium_src-da29bbd928e83d96b2bfd5f1955f410b962a3fd9.zip chromium_src-da29bbd928e83d96b2bfd5f1955f410b962a3fd9.tar.gz chromium_src-da29bbd928e83d96b2bfd5f1955f410b962a3fd9.tar.bz2 |
[Sync] Rename sync_notifier namespace to csync
There's already a function in the global namespace named 'sync', so we can't use it as a namespace name. :(
BUG=128060
TEST=
Review URL: https://chromiumcodereview.appspot.com/10581019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/notifier/push_client_channel.cc')
-rw-r--r-- | sync/notifier/push_client_channel.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/notifier/push_client_channel.cc b/sync/notifier/push_client_channel.cc index 4ef60bc..a806b20b 100644 --- a/sync/notifier/push_client_channel.cc +++ b/sync/notifier/push_client_channel.cc @@ -8,7 +8,7 @@ #include "google/cacheinvalidation/v2/client_gateway.pb.h" #include "jingle/notifier/listener/push_client.h" -namespace sync_notifier { +namespace csync { namespace { @@ -156,4 +156,4 @@ bool PushClientChannel::DecodeMessage( return true; } -} // namespace sync_notifier +} // namespace csync |