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

Unified Diff: chrome/browser/chromeos/imageburner/burn_manager.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/chromeos/imageburner/burn_manager.cc
diff --git a/chrome/browser/chromeos/imageburner/burn_manager.cc b/chrome/browser/chromeos/imageburner/burn_manager.cc
index 9dee244e987ed6bcd2c77c356154c98bd601836e..de6f7f6fbb412259a076a1f2232077c47b16a9bb 100644
--- a/chrome/browser/chromeos/imageburner/burn_manager.cc
+++ b/chrome/browser/chromeos/imageburner/burn_manager.cc
@@ -120,12 +120,12 @@ const std::string& ConfigFile::GetProperty(
if (property != block_it->properties.end()) {
return property->second;
} else {
- return EmptyString();
+ return base::EmptyString();
}
}
}
- return EmptyString();
+ return base::EmptyString();
}
// Check if last block has a hwid associated with it, and erase it if it

Powered by Google App Engine
This is Rietveld 408576698