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

Unified Diff: chrome/tools/mac_helpers/infoplist_strings_util.mm

Issue 193072: Move StringPiece into the base namespace. It is colliding (Closed)
Patch Set: take 2 Created 11 years, 3 months 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
« no previous file with comments | « chrome/test/v8_unit_test.cc ('k') | net/base/net_module.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/mac_helpers/infoplist_strings_util.mm
diff --git a/chrome/tools/mac_helpers/infoplist_strings_util.mm b/chrome/tools/mac_helpers/infoplist_strings_util.mm
index f2bbf7a738f524c9b80a7b110f04cc5b74099b09..fbdc924be3654b4cc62332cc3fba2b9b183b789f 100644
--- a/chrome/tools/mac_helpers/infoplist_strings_util.mm
+++ b/chrome/tools/mac_helpers/infoplist_strings_util.mm
@@ -76,7 +76,7 @@ NSString* LoadStringFromDataPack(base::DataPack* data_pack,
uint32_t resource_id,
const char* resource_id_str) {
NSString* result = nil;
- StringPiece data;
+ base::StringPiece data;
if (data_pack->Get(resource_id, &data)) {
// Data pack encodes strings as UTF16.
result =
« no previous file with comments | « chrome/test/v8_unit_test.cc ('k') | net/base/net_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698