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

Unified Diff: native_client_sdk/src/doc/devguide/coding/native-client-modules.rst

Issue 488133003: Second batch of corrections for incorrect paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more paths. Created 6 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/doc/devguide/coding/native-client-modules.rst
diff --git a/native_client_sdk/src/doc/devguide/coding/native-client-modules.rst b/native_client_sdk/src/doc/devguide/coding/native-client-modules.rst
index ed2030d8568500fd230a9bc8ef38822ef8baa804..b892fd2c7ef5388ca5810b72691fc765cd37236f 100644
--- a/native_client_sdk/src/doc/devguide/coding/native-client-modules.rst
+++ b/native_client_sdk/src/doc/devguide/coding/native-client-modules.rst
@@ -140,9 +140,9 @@ the NaCl SDK), these three components are specified in the file
.. naclcode::
namespace pp {
- Module* CreateModule() {
- return new HelloTutorialModule();
- }
+ Module* CreateModule() {
+ return new HelloTutorialModule();
+ }
}
The ``CreateModule()`` factory function is the main binding point between a

Powered by Google App Engine
This is Rietveld 408576698