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

Unified Diff: base/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/mac/mac_util.h ('k') | base/nix/mime_util_xdg.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/native_library.h
diff --git a/base/native_library.h b/base/native_library.h
index 845989dd4b8d2710e33c205391dd0a941d573537..37d72295d678509274ca81a7b384b8b220c23689 100644
--- a/base/native_library.h
+++ b/base/native_library.h
@@ -26,10 +26,10 @@
#define CDECL
#endif
-class FilePath;
-
namespace base {
+class FilePath;
+
#if defined(OS_WIN)
typedef HMODULE NativeLibrary;
#elif defined(OS_MACOSX)
« no previous file with comments | « base/mac/mac_util.h ('k') | base/nix/mime_util_xdg.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698