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

Unified Diff: base/shared_memory.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/scoped_native_library.h ('k') | base/test/scoped_path_override.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/shared_memory.h
diff --git a/base/shared_memory.h b/base/shared_memory.h
index 30b1a892c8c6168fa806e1bfd97bc86ac94de892..da6f5b7b6ceed0df91094fb43166cc95e37aedb7 100644
--- a/base/shared_memory.h
+++ b/base/shared_memory.h
@@ -23,10 +23,10 @@
#include "base/file_descriptor_posix.h"
#endif
-class FilePath;
-
namespace base {
+class FilePath;
+
// SharedMemoryHandle is a platform specific type which represents
// the underlying OS handle to a shared memory segment.
#if defined(OS_WIN)
« no previous file with comments | « base/scoped_native_library.h ('k') | base/test/scoped_path_override.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698