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

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: Address asargent's 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
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_

Powered by Google App Engine
This is Rietveld 408576698