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

Unified Diff: sync/api/sync_error_factory_mock.cc

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_factory_mock.h ('k') | sync/api/sync_error_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/sync_error_factory_mock.cc
diff --git a/sync/api/sync_error_factory_mock.cc b/sync/api/sync_error_factory_mock.cc
index e730b886e114bc66cc38ba75fc4267844febfe8c..9cbd8829c48dbea96f5b0b1cecc22e1965e26f74 100644
--- a/sync/api/sync_error_factory_mock.cc
+++ b/sync/api/sync_error_factory_mock.cc
@@ -4,9 +4,12 @@
#include "sync/api/sync_error_factory_mock.h"
+namespace csync {
+
SyncErrorFactoryMock::SyncErrorFactoryMock() {
}
SyncErrorFactoryMock::~SyncErrorFactoryMock() {
}
+} // namespace csync
« no previous file with comments | « sync/api/sync_error_factory_mock.h ('k') | sync/api/sync_error_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698