Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7066)

Unified Diff: chrome/browser/signin/token_service.cc

Issue 89243003: Move EmptyString, kWhitespace and the BOM to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/signin/token_service.cc
diff --git a/chrome/browser/signin/token_service.cc b/chrome/browser/signin/token_service.cc
index 83c2e3b56f5b19a2f8c6f0572ca6b24f69f994df..01217438258f9e3584af2febdffac925f7ecb196 100644
--- a/chrome/browser/signin/token_service.cc
+++ b/chrome/browser/signin/token_service.cc
@@ -110,7 +110,7 @@ bool TokenService::HasTokenForService(const char* service) const {
const std::string& TokenService::GetTokenForService(
const char* const service) const {
- return EmptyString();
+ return base::EmptyString();
}
bool TokenService::HasOAuthLoginToken() const {

Powered by Google App Engine
This is Rietveld 408576698