| Index: base/scoped_native_library.cc
|
| diff --git a/base/memory/scoped_native_library.cc b/base/scoped_native_library.cc
|
| similarity index 95%
|
| rename from base/memory/scoped_native_library.cc
|
| rename to base/scoped_native_library.cc
|
| index c1e6afcb44e6cdf51306008586572a2ac7aa682c..7290d2959509279700303331a36005a35a9deb38 100644
|
| --- a/base/memory/scoped_native_library.cc
|
| +++ b/base/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/memory/scoped_native_library.h"
|
| +#include "base/scoped_native_library.h"
|
|
|
| namespace base {
|
|
|
|
|