Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2792)

Unified Diff: base/scoped_native_library.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/prefs/public/pref_service_base.h ('k') | base/shared_memory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « base/prefs/public/pref_service_base.h ('k') | base/shared_memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698