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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_http.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_http.h
diff --git a/native_client_sdk/src/libraries/nacl_io/mount_http.h b/native_client_sdk/src/libraries/nacl_io/mount_http.h
index e804f37d5a92193860a83832d39f928a3849360e..29a50271c12a63016927b76a6efc1b3814adafb9 100644
--- a/native_client_sdk/src/libraries/nacl_io/mount_http.h
+++ b/native_client_sdk/src/libraries/nacl_io/mount_http.h
@@ -11,9 +11,12 @@
#include "nacl_io/pepper_interface.h"
#include "nacl_io/typed_mount_factory.h"
-class MountNode;
class MountHttpMock;
+namespace nacl_io {
+
+class MountNode;
+
std::string NormalizeHeaderKey(const std::string& s);
class MountHttp : public Mount {
@@ -55,7 +58,9 @@ class MountHttp : public Mount {
friend class TypedMountFactory<MountHttp>;
friend class MountNodeHttp;
- friend class MountHttpMock;
+ friend class ::MountHttpMock;
};
+} // namespace nacl_io
+
#endif // LIBRARIES_NACL_IO_MOUNT_HTTP_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc ('k') | native_client_sdk/src/libraries/nacl_io/mount_http.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698