| Index: base/scoped_native_library.h
|
| diff --git a/base/scoped_native_library.h b/base/scoped_native_library.h
|
| index 94380bae1949a37ecd5fd4afa19e8d9cbc52106a..e9923f43424a6383c80bc299bcb3d9968dc52670 100644
|
| --- a/base/scoped_native_library.h
|
| +++ b/base/scoped_native_library.h
|
| @@ -8,10 +8,10 @@
|
| #include "base/base_export.h"
|
| #include "base/native_library.h"
|
|
|
| -class FilePath;
|
| -
|
| namespace base {
|
|
|
| +class FilePath;
|
| +
|
| // A class which encapsulates a base::NativeLibrary object available only in a
|
| // scope.
|
| // This class automatically unloads the loaded library in its destructor.
|
|
|