| Index: sandbox/win/src/policy_engine_unittest.cc
|
| diff --git a/sandbox/win/src/policy_engine_unittest.cc b/sandbox/win/src/policy_engine_unittest.cc
|
| index e6c343500fec55b235ef6342914d545075b54800..f96ff37d9f14021eb1cf02a1d082229ba1a3822d 100644
|
| --- a/sandbox/win/src/policy_engine_unittest.cc
|
| +++ b/sandbox/win/src/policy_engine_unittest.cc
|
| @@ -60,7 +60,7 @@ TEST(PolicyEngineTest, Rules1) {
|
| opcode_maker.MakeOpAction(FAKE_ACCESS_DENIED, kPolNone);
|
| policy->opcode_count = 7;
|
|
|
| - wchar_t* filename = L"c:\\Documents and Settings\\Microsoft\\BLAH.txt";
|
| + const wchar_t* filename = L"c:\\Documents and Settings\\Microsoft\\BLAH.txt";
|
| unsigned long creation_mode = OPEN_EXISTING;
|
| unsigned long flags = FILE_ATTRIBUTE_NORMAL;
|
| void* security_descriptor = NULL;
|
|
|