Use AuthError consistently
commit91e7efe5332e8652dd4ff6dbb0e7e87e8b0872ce
authorkochi@chromium.org <kochi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 12 Sep 2012 10:26:16 +0000 (12 10:26 +0000)
committerkochi@chromium.org <kochi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 12 Sep 2012 10:26:16 +0000 (12 10:26 +0000)
treed17045f76b2fafcac89f244a58e3e8c3b26b9877
parent5457d0c57d8ef6e5b2fb90b21a2ca4b778006959
Use AuthError consistently

Although GoogleServiceAuthError is typedefed as AuthError,
it is not used consistently in profile_sync_service.cc.

Use AuthError consistently.

BUG=none
TEST=compile succeeds.

Review URL: https://chromiumcodereview.appspot.com/10919207

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156271 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/sync/profile_sync_service.cc