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

Unified Diff: native_client_sdk/doc_generated/devguide/coding/native-client-modules.html

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/doc_generated/devguide/coding/native-client-modules.html
diff --git a/native_client_sdk/doc_generated/devguide/coding/native-client-modules.html b/native_client_sdk/doc_generated/devguide/coding/native-client-modules.html
index eb0477bef05faf7adefa4ab6d11b2a5960067661..a42918795fb888971d59306de50bf70c202a3ad6 100644
--- a/native_client_sdk/doc_generated/devguide/coding/native-client-modules.html
+++ b/native_client_sdk/doc_generated/devguide/coding/native-client-modules.html
@@ -123,9 +123,9 @@ the NaCl SDK), these three components are specified in the file
<code>hello_tutorial.cc</code>. Here is the factory function:</p>
<pre class="prettyprint">
namespace pp {
-Module* CreateModule() {
- return new HelloTutorialModule();
-}
+ Module* CreateModule() {
+ return new HelloTutorialModule();
+ }
}
</pre>
<p>The <code>CreateModule()</code> factory function is the main binding point between a

Powered by Google App Engine
This is Rietveld 408576698