Index: content/common/sandbox_win.cc |
diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc |
index 7d916acdf8f0d263f53371f06e1c1fa5e2ebc788..6be38a2abea5d021346613b9ae2da568ea442c6c 100644 |
--- a/content/common/sandbox_win.cc |
+++ b/content/common/sandbox_win.cc |
@@ -220,7 +220,7 @@ void AddGenericDllEvictionPolicy(sandbox::TargetPolicy* policy) { |
} |
// Returns the object path prepended with the current logon session. |
-base::string16 PrependWindowsSessionPath(const char16* object) { |
+base::string16 PrependWindowsSessionPath(const base::char16* object) { |
// Cache this because it can't change after process creation. |
static uintptr_t s_session_id = 0; |
if (s_session_id == 0) { |