| Index: base/memory/scoped_open_process.h
|
| diff --git a/base/scoped_open_process.h b/base/memory/scoped_open_process.h
|
| similarity index 89%
|
| rename from base/scoped_open_process.h
|
| rename to base/memory/scoped_open_process.h
|
| index 641f8e5160178aad6219b189a0ce8dcd5c768dda..338f2d7e594ff3075fb8866afab81eb408eaae66 100644
|
| --- a/base/scoped_open_process.h
|
| +++ b/base/memory/scoped_open_process.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_SCOPED_OPEN_PROCESS_H_
|
| -#define BASE_SCOPED_OPEN_PROCESS_H_
|
| +#ifndef BASE_MEMORY_SCOPED_OPEN_PROCESS_H_
|
| +#define BASE_MEMORY_SCOPED_OPEN_PROCESS_H_
|
| #pragma once
|
|
|
| #include "base/process.h"
|
| @@ -45,6 +45,7 @@ class ScopedOpenProcess {
|
| ProcessHandle handle_;
|
| DISALLOW_COPY_AND_ASSIGN(ScopedOpenProcess);
|
| };
|
| +
|
| } // namespace base
|
|
|
| -#endif // BASE_SCOPED_OPEN_PROCESS_H_
|
| +#endif // BASE_MEMORY_SCOPED_OPEN_PROCESS_H_
|
|
|