| Index: sandbox/win/src/named_pipe_dispatcher.cc
|
| diff --git a/sandbox/win/src/named_pipe_dispatcher.cc b/sandbox/win/src/named_pipe_dispatcher.cc
|
| index da4045c274547d4beed6c6db7b2dff3df83deca4..daf88f805dc5f85f0308b9f9e20b44a6d324eb9e 100644
|
| --- a/sandbox/win/src/named_pipe_dispatcher.cc
|
| +++ b/sandbox/win/src/named_pipe_dispatcher.cc
|
| @@ -55,9 +55,9 @@ bool NamedPipeDispatcher::CreateNamedPipe(
|
| iter != paths.end(); ++iter) {
|
| base::SplitString(*iter, '\\', &innerpaths);
|
| for (std::vector<base::string16>::const_iterator iter2 = innerpaths.begin();
|
| - iter2 != innerpaths.end(); ++iter2) {
|
| + iter2 != innerpaths.end(); ++iter2) {
|
| if (*iter2 == L"..")
|
| - return true;
|
| + return true;
|
| }
|
| }
|
|
|
|
|