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

Unified Diff: src/shared/gio/gio.h

Issue 12226119: Factor out duplicated GioMemoryFileSnapshotCtor() + NaClAppLoadFile() calls (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 10 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 | src/shared/gio/gio_mem_snapshot.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/gio/gio.h
diff --git a/src/shared/gio/gio.h b/src/shared/gio/gio.h
index 884ee93198ee0ac2892628676951de81f1ae94ad..462afdaf673b444ee2ac5063d9fe6912be708aa9 100644
--- a/src/shared/gio/gio.h
+++ b/src/shared/gio/gio.h
@@ -166,7 +166,7 @@ struct GioMemoryFileSnapshot {
};
int GioMemoryFileSnapshotCtor(struct GioMemoryFileSnapshot *self,
- char *fn);
+ const char *filename);
void GioMemoryFileSnapshotDtor(struct Gio *vself);
« no previous file with comments | « no previous file | src/shared/gio/gio_mem_snapshot.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698