| Index: sync/internal_api/public/util/immutable.h
|
| diff --git a/sync/internal_api/public/util/immutable.h b/sync/internal_api/public/util/immutable.h
|
| index 290f1302ed3a10821fbe0542bfb0ea7ee6c68766..683a5e612d39d0e325e2fe80788a1a444d1d1880 100644
|
| --- a/sync/internal_api/public/util/immutable.h
|
| +++ b/sync/internal_api/public/util/immutable.h
|
| @@ -25,8 +25,7 @@
|
| // The last line incurs the cost of copying my_stuff, which is
|
| // undesirable. Here's the above code re-written using Immutable<T>:
|
| //
|
| -// void ProcessStuff(
|
| -// const syncer::Immutable<LargeObjectList>& stuff) {
|
| +// void ProcessStuff(const Immutable<LargeObjectList>& stuff) {
|
| // for (LargeObjectList::const_iterator it = stuff.Get().begin();
|
| // it != stuff.Get().end(); ++it) {
|
| // ... process it ...
|
|
|