| Index: sync/internal_api/public/util/weak_handle.h
|
| diff --git a/sync/internal_api/public/util/weak_handle.h b/sync/internal_api/public/util/weak_handle.h
|
| index 0103e4e33e810105ef33ba8d2f12d3f5118348a3..2e499103ed1893de39d12f6c09051faa32d5d21a 100644
|
| --- a/sync/internal_api/public/util/weak_handle.h
|
| +++ b/sync/internal_api/public/util/weak_handle.h
|
| @@ -285,7 +285,7 @@ class WeakHandle {
|
| // Note that this doesn't override the regular copy constructor, so
|
| // that one can be called on any thread.
|
| template <typename U>
|
| - WeakHandle(const syncer::WeakHandle<U>& other) // NOLINT
|
| + WeakHandle(const WeakHandle<U>& other) // NOLINT
|
| : core_(
|
| other.IsInitialized() ?
|
| new internal::WeakHandleCore<T>(other.Get()) :
|
|
|