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

Unified Diff: base/strings/string_util.h

Issue 2692273008: Hacky slashy (Closed)
Patch Set: wip Created 3 years, 10 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
Index: base/strings/string_util.h
diff --git a/base/strings/string_util.h b/base/strings/string_util.h
index e5cce8fd97e56f93e0717250b2b4bb60851c4806..31fa5a25f3779fb3f58a716e28030f9843bf84fb 100644
--- a/base/strings/string_util.h
+++ b/base/strings/string_util.h
@@ -458,7 +458,7 @@ BASE_EXPORT string16 ReplaceStringPlaceholders(const string16& format_string,
#if defined(OS_WIN)
#include "base/strings/string_util_win.h"
-#elif defined(OS_POSIX)
+#elif defined(OS_POSIX) || defined(OS_FUCHSIA)
#include "base/strings/string_util_posix.h"
#else
#error Define string operations appropriately for your platform

Powered by Google App Engine
This is Rietveld 408576698