| Index: sync/internal_api/public/util/weak_handle.cc
|
| diff --git a/sync/internal_api/public/util/weak_handle.cc b/sync/internal_api/public/util/weak_handle.cc
|
| index 9de3f9b968053bff7274b9a23086d91272180727..e6411ee4c40ebe232784bfc672125afd435f97da 100644
|
| --- a/sync/internal_api/public/util/weak_handle.cc
|
| +++ b/sync/internal_api/public/util/weak_handle.cc
|
| @@ -10,7 +10,7 @@
|
| #include "base/location.h"
|
| #include "base/message_loop_proxy.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| namespace internal {
|
|
|
| @@ -33,4 +33,4 @@ void WeakHandleCoreBase::PostToOwnerThread(
|
|
|
| } // namespace internal
|
|
|
| -} // namespace base
|
| +} // namespace syncer
|
|
|