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

Unified Diff: native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc

Issue 2156503002: [NaCl SDK] Expose Google Drive to nacl_io. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/tests/nacl_io_test/html5_fs_test.cc
diff --git a/native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc b/native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc
index b5c1aea84965387b0acf5fa89849abf8e2599595..80ca0301a744c374ebd0f3440a41219fde89a0bd 100644
--- a/native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc
+++ b/native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc
@@ -369,7 +369,7 @@ TEST_F(Html5FsTest, GetStat) {
const char* contents = "contents";
// Create fake file.
- FakeHtml5FsNode* fake_node;
+ FakeNode* fake_node;
EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddFile(
"/file", contents, &fake_node));
fake_node->set_creation_time(creation_time);

Powered by Google App Engine
This is Rietveld 408576698