| Index: base/scoped_native_library.h
|
| diff --git a/base/memory/scoped_native_library.h b/base/scoped_native_library.h
|
| similarity index 90%
|
| rename from base/memory/scoped_native_library.h
|
| rename to base/scoped_native_library.h
|
| index 56116b936b5c9196002d7b460a4e4a2110201d6b..4be66ed45dc6dc2639c2e683067c6d731c3009d0 100644
|
| --- a/base/memory/scoped_native_library.h
|
| +++ b/base/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_MEMORY_SCOPED_NATIVE_LIBRARY_H_
|
| -#define BASE_MEMORY_SCOPED_NATIVE_LIBRARY_H_
|
| +#ifndef BASE_SCOPED_NATIVE_LIBRARY_H_
|
| +#define BASE_SCOPED_NATIVE_LIBRARY_H_
|
| #pragma once
|
|
|
| #include "base/base_api.h"
|
| @@ -50,4 +50,4 @@ class BASE_API ScopedNativeLibrary {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_MEMORY_SCOPED_NATIVE_LIBRARY_H_
|
| +#endif // BASE_MEMORY_NATIVE_LIBRARY_H_
|
|
|