| Index: base/memory/scoped_native_library.h
|
| diff --git a/base/scoped_native_library.h b/base/memory/scoped_native_library.h
|
| similarity index 90%
|
| rename from base/scoped_native_library.h
|
| rename to base/memory/scoped_native_library.h
|
| index 28b29b3e8068524b84ef16e2486738eee299778c..6a0b29d016c5b3dfe8e3c9486c579e54b5909caa 100644
|
| --- a/base/scoped_native_library.h
|
| +++ b/base/memory/scoped_native_library.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_NATIVE_LIBRARY_H_
|
| -#define BASE_SCOPED_NATIVE_LIBRARY_H_
|
| +#ifndef BASE_MEMORY_SCOPED_NATIVE_LIBRARY_H_
|
| +#define BASE_MEMORY_SCOPED_NATIVE_LIBRARY_H_
|
| #pragma once
|
|
|
| #include "base/native_library.h"
|
| @@ -49,4 +49,4 @@ class ScopedNativeLibrary {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_SCOPED_NATIVE_LIBRARY_H_
|
| +#endif // BASE_MEMORY_SCOPED_NATIVE_LIBRARY_H_
|
|
|