summaryrefslogtreecommitdiffstats
path: root/google_apis/gaia/oauth2_token_service_test_util.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Pass std::string as const reference from google_apis/ and ↵ki.stfu2015-09-281-1/+1
| | | | | | | | | | | | | | components/gcm_driver/ Passing std::string by reference can prevent extra copying of object. BUG=367418 TEST= R=rogerta@chromium.org,sdefresne@chromium.org Review URL: https://codereview.chromium.org/1354373002 Cr-Commit-Position: refs/heads/master@{#351035}
* Standardize usage of virtual/override/final in google_apis/dcheng2014-10-211-6/+6
| | | | | | | | | | | | This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=rogerta@chromium.org Review URL: https://codereview.chromium.org/649283003 Cr-Commit-Position: refs/heads/master@{#300495}
* replace OVERRIDE and FINAL with override and final in google_apis/mostynb2014-10-071-2/+2
| | | | | | | | | R=rogerta@chromium.org,dcheng@chromium.org BUG=417463 Review URL: https://codereview.chromium.org/625293003 Cr-Commit-Position: refs/heads/master@{#298418}
* Move OAuth2TokenService to google_apis/.kinaba@chromium.org2013-08-261-0/+34
This is for removing the dependency from c/b/google_apis/ to the chrome/ directory and move the whole directory content to more componentized, top-level google_api/ directory. As discussed in http://crbug.com/146989#c28 - #c30, OAuth2TokenSerive, which is the last dependency, is in fact written sorely using google_api/ items and hence itself can easily be moved to there. BUG=264570, 146989 Review URL: https://chromiumcodereview.appspot.com/23202015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219520 0039d316-1c4b-4281-b951-d872f2087c98