diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 22:43:58 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 22:43:58 +0000 |
commit | 65f173550226cb0dcf577183a462d48c47764ee3 (patch) | |
tree | 9d4451edfc037f39658b804f95a3fbdbc85a7bd5 /sync/api/sync_error.h | |
parent | 7953ef8eea2001287dbd233421226ad3f0e16448 (diff) | |
download | chromium_src-65f173550226cb0dcf577183a462d48c47764ee3.zip chromium_src-65f173550226cb0dcf577183a462d48c47764ee3.tar.gz chromium_src-65f173550226cb0dcf577183a462d48c47764ee3.tar.bz2 |
[Sync] Rename csync namespace to syncer
Everyone was confused by 'csync'. 'syncer' seems more understandable.
(Note that we can't use the 'sync' namespace since sync() is a function
from unistd.h.)
BUG=10662035
TEST=
TBR=jhawkins@chromium.org,pkasting@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10698014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144820 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/api/sync_error.h')
-rw-r--r-- | sync/api/sync_error.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/api/sync_error.h b/sync/api/sync_error.h index 6cd808a..7e24676 100644 --- a/sync/api/sync_error.h +++ b/sync/api/sync_error.h @@ -16,7 +16,7 @@ namespace tracked_objects { class Location; } // namespace tracked_objects -namespace csync { +namespace syncer { // Sync errors are used for debug purposes and handled internally and/or // exposed through Chrome's "about:sync" internal page. They are considered @@ -84,6 +84,6 @@ class SyncError { // gmock printer helper. void PrintTo(const SyncError& sync_error, std::ostream* os); -} // namespace csync +} // namespace syncer #endif // SYNC_API_SYNC_ERROR_H_ |