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

Unified Diff: base/sys_string_conversions.h

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 | « base/string_util_icu.cc ('k') | chrome/browser/browser_about_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sys_string_conversions.h
diff --git a/base/sys_string_conversions.h b/base/sys_string_conversions.h
index 420c3016c438ed2b61050b4c49b1307b578025e6..18be8264cbc3855c861c40670c96cbc3df299090 100644
--- a/base/sys_string_conversions.h
+++ b/base/sys_string_conversions.h
@@ -22,10 +22,10 @@ class NSString;
#endif
#endif // OS_MACOSX
-class StringPiece;
-
namespace base {
+class StringPiece;
+
// Converts between wide and UTF-8 representations of a string. On error, the
// result is system-dependent.
std::string SysWideToUTF8(const std::wstring& wide);
« no previous file with comments | « base/string_util_icu.cc ('k') | chrome/browser/browser_about_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698