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

Unified Diff: sync/api/sync_error_factory.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_error.cc ('k') | sync/api/sync_error_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/sync_error_factory.h
diff --git a/sync/api/sync_error_factory.h b/sync/api/sync_error_factory.h
index 72f317e7ccd33b10c9862f2c692032f3afff93fc..ec9f2df0833c878f9de3d62e83bf411798000908 100644
--- a/sync/api/sync_error_factory.h
+++ b/sync/api/sync_error_factory.h
@@ -11,6 +11,8 @@
#include "base/location.h"
#include "sync/api/sync_error.h"
+namespace csync {
+
class SyncErrorFactory {
public:
SyncErrorFactory();
@@ -22,5 +24,6 @@ class SyncErrorFactory {
const std::string& message) = 0;
};
-#endif // SYNC_API_SYNC_ERROR_FACTORY_H_
+} // namespace csync
+#endif // SYNC_API_SYNC_ERROR_FACTORY_H_
« no previous file with comments | « sync/api/sync_error.cc ('k') | sync/api/sync_error_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698