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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_factory.h

Issue 19717004: [NaCl SDK] Add nacl_io and sdk_util namespaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bad copyright in mount_mem Created 7 years, 5 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
Index: native_client_sdk/src/libraries/nacl_io/mount_factory.h
diff --git a/native_client_sdk/src/libraries/nacl_io/mount_factory.h b/native_client_sdk/src/libraries/nacl_io/mount_factory.h
index 35f77d7609e609380b3ce9f43cd04b228e3cf43f..2cd1061451e9176591920659d3e2706a50f96ca6 100644
--- a/native_client_sdk/src/libraries/nacl_io/mount_factory.h
+++ b/native_client_sdk/src/libraries/nacl_io/mount_factory.h
@@ -11,6 +11,8 @@
#include "nacl_io/error.h"
#include "sdk_util/scoped_ref.h"
+namespace nacl_io {
+
class PepperInterface;
class Mount;
@@ -22,8 +24,10 @@ class MountFactory {
virtual Error CreateMount(int dev,
StringMap_t& args,
PepperInterface* ppapi,
- ScopedRef<Mount>* out_mount) = 0;
+ sdk_util::ScopedRef<Mount>* out_mount) = 0;
};
+} // namespace nacl_io
+
#endif // LIBRARIES_NACL_IO_MOUNT_FACTORY_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount_dev.cc ('k') | native_client_sdk/src/libraries/nacl_io/mount_html5fs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698