| Index: base/memory/scoped_native_library.cc
|
| diff --git a/base/scoped_native_library.cc b/base/memory/scoped_native_library.cc
|
| similarity index 95%
|
| rename from base/scoped_native_library.cc
|
| rename to base/memory/scoped_native_library.cc
|
| index 9d34449147114132e84f780f41f22ea3c43068cf..081457be80ac7457b5317710a738932952bbbd8e 100644
|
| --- a/base/scoped_native_library.cc
|
| +++ b/base/memory/scoped_native_library.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/scoped_native_library.h"
|
| +#include "base/memory/scoped_native_library.h"
|
|
|
| namespace base {
|
|
|
|
|