| Index: sandbox/win/src/job.cc
|
| diff --git a/sandbox/src/job.cc b/sandbox/win/src/job.cc
|
| similarity index 97%
|
| rename from sandbox/src/job.cc
|
| rename to sandbox/win/src/job.cc
|
| index 8ed3a772abaf38ce9f95e5435ec2c0dd9280a41a..060ffa52438d171dbf88b65493f593a3c1dd1185 100644
|
| --- a/sandbox/src/job.cc
|
| +++ b/sandbox/win/src/job.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sandbox/src/job.h"
|
| +#include "sandbox/win/src/job.h"
|
|
|
| #include "base/win/windows_version.h"
|
| -#include "sandbox/src/restricted_token.h"
|
| +#include "sandbox/win/src/restricted_token.h"
|
|
|
| namespace sandbox {
|
|
|
|
|