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

Unified Diff: ppapi/cpp/file_io.h

Issue 14576007: pp::FileSystem: add copy constrctor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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 | « no previous file | ppapi/cpp/file_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/file_io.h
diff --git a/ppapi/cpp/file_io.h b/ppapi/cpp/file_io.h
index 9bbb5f753c2dd9390666f30bb1a0381cc8a7c617..99d8ce74d90c04f7ee6b88580909b990c3db54b3 100644
--- a/ppapi/cpp/file_io.h
+++ b/ppapi/cpp/file_io.h
@@ -35,7 +35,7 @@ class FileIO : public Resource {
/// The copy constructor for <code>FileIO</code>.
///
- /// @param[in] other A pointer to a <code>FileIO</code>.
+ /// @param[in] other A reference to a <code>FileIO</code>.
FileIO(const FileIO& other);
/// Open() opens the specified regular file for I/O according to the given
« no previous file with comments | « no previous file | ppapi/cpp/file_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698