Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(685)

Unified Diff: sync/api/sync_error.h

Issue 10662035: [Sync] Put everything in sync/api into csync namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/api/sync_data.cc ('k') | sync/api/sync_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/sync_error.h
diff --git a/sync/api/sync_error.h b/sync/api/sync_error.h
index 2bdb9eba69a038b3d95ffa163655cb422207f7a4..6cd808aaaad3c29d8811388e6332c87e69d8a211 100644
--- a/sync/api/sync_error.h
+++ b/sync/api/sync_error.h
@@ -16,6 +16,8 @@ namespace tracked_objects {
class Location;
} // namespace tracked_objects
+namespace csync {
+
// Sync errors are used for debug purposes and handled internally and/or
// exposed through Chrome's "about:sync" internal page. They are considered
// unrecoverable for the datatype creating them, and should only be used as
@@ -82,4 +84,6 @@ class SyncError {
// gmock printer helper.
void PrintTo(const SyncError& sync_error, std::ostream* os);
+} // namespace csync
+
#endif // SYNC_API_SYNC_ERROR_H_
« no previous file with comments | « sync/api/sync_data.cc ('k') | sync/api/sync_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698