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

Unified Diff: base/sys_string_conversions.h

Issue 8820016: Don't attempt to forward declare StringPiece. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix include order. Created 9 years 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 | « no previous file | chrome/browser/extensions/user_script_master.h » ('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 d2f4d1b5be6b3d142c892d70f87eb8d327ff27ba..2be248de864754bf2762a8809734397492b3558a 100644
--- a/base/sys_string_conversions.h
+++ b/base/sys_string_conversions.h
@@ -15,6 +15,7 @@
#include "base/base_export.h"
#include "base/basictypes.h"
#include "base/string16.h"
+#include "base/string_piece.h"
#if defined(OS_MACOSX)
#include <CoreFoundation/CoreFoundation.h>
@@ -27,8 +28,6 @@ class NSString;
namespace base {
-class StringPiece;
-
// Converts between wide and UTF-8 representations of a string. On error, the
// result is system-dependent.
BASE_EXPORT std::string SysWideToUTF8(const std::wstring& wide);
« no previous file with comments | « no previous file | chrome/browser/extensions/user_script_master.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698