diff options
Diffstat (limited to 'content/common/sandbox_win.cc')
-rw-r--r-- | content/common/sandbox_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc index 7d916ac..6be38a2 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) { |