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

Unified Diff: native_client_sdk/src/examples/demo/voronoi/voronoi.cc

Issue 19717004: [NaCl SDK] Add nacl_io and sdk_util namespaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bad copyright in mount_mem Created 7 years, 5 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 | « native_client_sdk/src/examples/demo/earth/earth.cc ('k') | native_client_sdk/src/libraries/nacl_io/error.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/examples/demo/voronoi/voronoi.cc
diff --git a/native_client_sdk/src/examples/demo/voronoi/voronoi.cc b/native_client_sdk/src/examples/demo/voronoi/voronoi.cc
index 870ffae3597126313d5bfcb7f2dfbb81c508b6e1..d85d185e04a4e64acbb1fc163f8bd7334b974b6e 100644
--- a/native_client_sdk/src/examples/demo/voronoi/voronoi.cc
+++ b/native_client_sdk/src/examples/demo/voronoi/voronoi.cc
@@ -26,6 +26,8 @@
#include "sdk_util/thread_pool.h"
+using namespace sdk_util; // For sdk_util::ThreadPool
+
// Global properties used to setup Voronoi demo.
namespace {
const int kMinRectSize = 4;
« no previous file with comments | « native_client_sdk/src/examples/demo/earth/earth.cc ('k') | native_client_sdk/src/libraries/nacl_io/error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698