Index: native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h |
diff --git a/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h b/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h |
index 84171bae8fd749f0dbadba49f63979140b444279..887ad9f2356b04b33b14699fba27cc8cbea22222 100644 |
--- a/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h |
+++ b/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h |
@@ -42,6 +42,7 @@ class HttpFs : public Filesystem { |
NodeMap_t* GetNodeCacheForTesting() { return &node_cache_; } |
private: |
+ |
// Gets the URL to fetch for |path|. |
// |path| is relative to the mount point for the HTTP filesystem. |
std::string MakeUrl(const Path& path); |