| Index: sandbox/win/src/sandbox_policy_base.h
|
| diff --git a/sandbox/win/src/sandbox_policy_base.h b/sandbox/win/src/sandbox_policy_base.h
|
| index 79695061c2ff65bed6b71b525b7ac1701d1ab00c..5c267a0435444b8f5eb520a50c630adbf77fc53d 100644
|
| --- a/sandbox/win/src/sandbox_policy_base.h
|
| +++ b/sandbox/win/src/sandbox_policy_base.h
|
| @@ -63,8 +63,9 @@ class PolicyBase : public Dispatcher, public TargetPolicy {
|
| virtual ResultCode AddRule(SubSystem subsystem, Semantics semantics,
|
| const wchar_t* pattern) OVERRIDE;
|
| virtual ResultCode AddDllToUnload(const wchar_t* dll_name);
|
| - virtual ResultCode AddKernelObjectToClose(const char16* handle_type,
|
| - const char16* handle_name) OVERRIDE;
|
| + virtual ResultCode AddKernelObjectToClose(
|
| + const base::char16* handle_type,
|
| + const base::char16* handle_name) OVERRIDE;
|
|
|
| // Dispatcher:
|
| virtual Dispatcher* OnMessageReady(IPCParams* ipc,
|
|
|