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

Unified Diff: sync/util/session_utils_android.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address 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/util/nigori_unittest.cc ('k') | sync/util/session_utils_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/session_utils_android.h
diff --git a/sync/util/session_utils_android.h b/sync/util/session_utils_android.h
index 4da0ea9e6d240f039bd986e2a9a27d50050885e4..412fab76ea685f9569ac742a518eb04f228edad3 100644
--- a/sync/util/session_utils_android.h
+++ b/sync/util/session_utils_android.h
@@ -8,7 +8,7 @@
#include <string>
-namespace csync {
+namespace syncer {
namespace internal {
// Return the unique identifier of this device.
@@ -21,6 +21,6 @@ std::string GetModel();
bool IsTabletUi();
} // namespace internal
-} // namespace csync
+} // namespace syncer
#endif // SYNC_UTIL_SESSION_UTILS_ANDROID_H_
« no previous file with comments | « sync/util/nigori_unittest.cc ('k') | sync/util/session_utils_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698