summaryrefslogtreecommitdiffstats
path: root/content/common/sandbox_win.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-25 20:04:53 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-25 20:04:53 +0000
commitb6775d788c0bcc4bc879731478a2eadc522dc767 (patch)
treecbe11af8995612881de1dc5d70cf958d4dc3e377 /content/common/sandbox_win.cc
parent6c3bf032651d5f912775e0c8cd7e962454145ced (diff)
downloadchromium_src-b6775d788c0bcc4bc879731478a2eadc522dc767.zip
chromium_src-b6775d788c0bcc4bc879731478a2eadc522dc767.tar.gz
chromium_src-b6775d788c0bcc4bc879731478a2eadc522dc767.tar.bz2
Update some uses of char16 to use the base:: namespace.
BUG=329295 TEST=no change TBR=ben@chromium.org Review URL: https://codereview.chromium.org/113403006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242503 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/sandbox_win.cc')
-rw-r--r--content/common/sandbox_win.cc2
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) {