summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/sessions
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-21 20:48:36 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-21 20:48:36 +0000
commitd78354a5e74c5208dd9ebe83717b22223c1e1272 (patch)
tree4c616bbbfbf1776055d250644e1a47d435b11c8a /sync/internal_api/public/sessions
parent41fed979ae412d2475a2860ea1ec95531bebb5af (diff)
downloadchromium_src-d78354a5e74c5208dd9ebe83717b22223c1e1272.zip
chromium_src-d78354a5e74c5208dd9ebe83717b22223c1e1272.tar.gz
chromium_src-d78354a5e74c5208dd9ebe83717b22223c1e1272.tar.bz2
[Sync] Rename browser_sync to csync in sync/
Update all references from chrome. Leave possibly-extraneous csync:: qualifications in sync/ for now. (This will be cleaned up once everything in sync/ is in csync::.) BUG=128060 TEST= TBR=jhawkins@chromium.org Review URL: https://chromiumcodereview.appspot.com/10600002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143449 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/public/sessions')
-rw-r--r--sync/internal_api/public/sessions/error_counters.cc4
-rw-r--r--sync/internal_api/public/sessions/error_counters.h4
-rw-r--r--sync/internal_api/public/sessions/sync_session_snapshot.cc4
-rw-r--r--sync/internal_api/public/sessions/sync_session_snapshot.h4
-rw-r--r--sync/internal_api/public/sessions/sync_source_info.cc4
-rw-r--r--sync/internal_api/public/sessions/sync_source_info.h4
-rw-r--r--sync/internal_api/public/sessions/syncer_status.cc4
-rw-r--r--sync/internal_api/public/sessions/syncer_status.h4
8 files changed, 16 insertions, 16 deletions
diff --git a/sync/internal_api/public/sessions/error_counters.cc b/sync/internal_api/public/sessions/error_counters.cc
index 1982e2d..9ce6772 100644
--- a/sync/internal_api/public/sessions/error_counters.cc
+++ b/sync/internal_api/public/sessions/error_counters.cc
@@ -4,7 +4,7 @@
#include "sync/internal_api/public/sessions/error_counters.h"
-namespace browser_sync {
+namespace csync {
namespace sessions {
ErrorCounters::ErrorCounters()
@@ -13,4 +13,4 @@ ErrorCounters::ErrorCounters()
}
} // namespace sessions
-} // namespace browser_sync
+} // namespace csync
diff --git a/sync/internal_api/public/sessions/error_counters.h b/sync/internal_api/public/sessions/error_counters.h
index e513c84..a5baed7 100644
--- a/sync/internal_api/public/sessions/error_counters.h
+++ b/sync/internal_api/public/sessions/error_counters.h
@@ -10,7 +10,7 @@
#include "sync/internal_api/public/util/syncer_error.h"
#include "sync/protocol/sync_protocol_error.h"
-namespace browser_sync {
+namespace csync {
namespace sessions {
// Counters for various errors that can occur repeatedly during a sync session.
@@ -27,6 +27,6 @@ struct ErrorCounters {
};
} // namespace sessions
-} // namespace browser_sync
+} // namespace csync
#endif // SYNC_INTERNAL_API_PUBLIC_SESSIONS_ERROR_COUNTERS_H_
diff --git a/sync/internal_api/public/sessions/sync_session_snapshot.cc b/sync/internal_api/public/sessions/sync_session_snapshot.cc
index d058a4f..cf910dad 100644
--- a/sync/internal_api/public/sessions/sync_session_snapshot.cc
+++ b/sync/internal_api/public/sessions/sync_session_snapshot.cc
@@ -7,7 +7,7 @@
#include "base/json/json_writer.h"
#include "base/values.h"
-namespace browser_sync {
+namespace csync {
namespace sessions {
SyncSessionSnapshot::SyncSessionSnapshot()
@@ -170,4 +170,4 @@ bool SyncSessionSnapshot::retry_scheduled() const {
}
} // namespace sessions
-} // namespace browser_sync
+} // namespace csync
diff --git a/sync/internal_api/public/sessions/sync_session_snapshot.h b/sync/internal_api/public/sessions/sync_session_snapshot.h
index 45f6c75..8bd2258 100644
--- a/sync/internal_api/public/sessions/sync_session_snapshot.h
+++ b/sync/internal_api/public/sessions/sync_session_snapshot.h
@@ -20,7 +20,7 @@ namespace base {
class DictionaryValue;
}
-namespace browser_sync {
+namespace csync {
namespace sessions {
// An immutable snapshot of state from a SyncSession. Convenient to use as
@@ -95,6 +95,6 @@ class SyncSessionSnapshot {
};
} // namespace sessions
-} // namespace browser_sync
+} // namespace csync
#endif // SYNC_INTERNAL_API_PUBLIC_SESSIONS_SYNC_SESSION_SNAPSHOT_H_
diff --git a/sync/internal_api/public/sessions/sync_source_info.cc b/sync/internal_api/public/sessions/sync_source_info.cc
index 191199b..1b6d72d 100644
--- a/sync/internal_api/public/sessions/sync_source_info.cc
+++ b/sync/internal_api/public/sessions/sync_source_info.cc
@@ -7,7 +7,7 @@
#include "base/values.h"
#include "sync/protocol/proto_enum_conversions.h"
-namespace browser_sync {
+namespace csync {
namespace sessions {
SyncSourceInfo::SyncSourceInfo()
@@ -33,4 +33,4 @@ DictionaryValue* SyncSourceInfo::ToValue() const {
}
} // namespace sessions
-} // namespace browser_sync
+} // namespace csync
diff --git a/sync/internal_api/public/sessions/sync_source_info.h b/sync/internal_api/public/sessions/sync_source_info.h
index 838e094..cbd66d0 100644
--- a/sync/internal_api/public/sessions/sync_source_info.h
+++ b/sync/internal_api/public/sessions/sync_source_info.h
@@ -15,7 +15,7 @@ namespace base {
class DictionaryValue;
}
-namespace browser_sync {
+namespace csync {
namespace sessions {
// A container for the source of a sync session. This includes the update
@@ -37,6 +37,6 @@ struct SyncSourceInfo {
};
} // namespace sessions
-} // namespace browser_sync
+} // namespace csync
#endif // SYNC_INTERNAL_API_PUBLIC_SESSIONS_SYNC_SOURCE_INFO_H_
diff --git a/sync/internal_api/public/sessions/syncer_status.cc b/sync/internal_api/public/sessions/syncer_status.cc
index efa0c43..5b26a24 100644
--- a/sync/internal_api/public/sessions/syncer_status.cc
+++ b/sync/internal_api/public/sessions/syncer_status.cc
@@ -6,7 +6,7 @@
#include "base/values.h"
-namespace browser_sync {
+namespace csync {
namespace sessions {
SyncerStatus::SyncerStatus()
@@ -41,4 +41,4 @@ DictionaryValue* SyncerStatus::ToValue() const {
}
} // namespace sessions
-} // namespace browser_sync
+} // namespace csync
diff --git a/sync/internal_api/public/sessions/syncer_status.h b/sync/internal_api/public/sessions/syncer_status.h
index 7331ca3..070f564 100644
--- a/sync/internal_api/public/sessions/syncer_status.h
+++ b/sync/internal_api/public/sessions/syncer_status.h
@@ -13,7 +13,7 @@ namespace base {
class DictionaryValue;
}
-namespace browser_sync {
+namespace csync {
namespace sessions {
// Data pertaining to the status of an active Syncer object.
@@ -45,6 +45,6 @@ struct SyncerStatus {
};
} // namespace sessions
-} // namespace browser_sync
+} // namespace csync
#endif // SYNC_INTERNAL_API_PUBLIC_SESSIONS_SYNCER_STATUS_H_