Comment #8 on issue 23073 by [email protected]: Sync for Mac
http://code.google.com/p/chromium/issues/detail?id=23073
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=29075
------------------------------------------------------------------------
r29075 | [email protected] | 2009-10-14 18:08:45 -0700 (Wed, 14 Oct 2009)
| 10 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/sync/engine/auth_watcher_unittest.cc?r1=29075&r2=29074
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/sync/engine/net/gaia_authenticator_unittest.cc?r1=29075&r2=29074
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/sync/engine/syncer_unittest.cc?r1=29075&r2=29074
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/sync/syncable/syncable.h?r1=29075&r2=29074
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/sync/syncable/syncable_unittest.cc?r1=29075&r2=29074
Fix some warnings on Mac that are treated as errors:
The warnings indicate that a public/protected method of a class
visible outside of a .cc file returns a type that's declared in
the anonymous namespace in that file (and hence not visible outside
the file).
BUG=23073
TEST=none
Review URL: http://codereview.chromium.org/273058
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---