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

Unified Diff: base/environment.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/environment.h
diff --git a/base/environment.h b/base/environment.h
index 3a4ed04e4bb58238dbe84708406ba4d8ce38e279..6da6ae3f5e5bc8f3121cfb67545c604c04ba24f0 100644
--- a/base/environment.h
+++ b/base/environment.h
@@ -66,7 +66,7 @@ typedef std::map<NativeEnvironmentString, NativeEnvironmentString>
BASE_EXPORT string16 AlterEnvironment(const wchar_t* env,
const EnvironmentMap& changes);
-#elif defined(OS_POSIX)
+#elif defined(OS_POSIX) || defined(OS_FUCHSIA)
typedef std::string NativeEnvironmentString;
typedef std::map<NativeEnvironmentString, NativeEnvironmentString>

Powered by Google App Engine
This is Rietveld 408576698