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

Unified Diff: native_client_sdk/src/libraries/error_handling/error_handling.h

Issue 16325024: Move thread_pool.h into utils so it can be shared by more than one example. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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/libraries/error_handling/error_handling.h
===================================================================
--- native_client_sdk/src/libraries/error_handling/error_handling.h (revision 204979)
+++ native_client_sdk/src/libraries/error_handling/error_handling.h (working copy)
@@ -8,7 +8,7 @@
#define ERROR_HANDLING_ERROR_HANDLING_H_
#include "error_handling/string_stream.h"
-#include "utils/macros.h"
+#include "sdk_util/macros.h"
EXTERN_C_BEGIN
@@ -82,4 +82,5 @@
EXTERN_C_END
-#endif // ERROR_HANDLING_ERROR_HANDLING_H_
+#endif // ERROR_HANDLING_ERROR_HANDLING_H_
+
Property changes on: native_client_sdk/src/libraries/error_handling/error_handling.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « native_client_sdk/src/examples/demo/voronoi/voronoi.cc ('k') | native_client_sdk/src/libraries/nacl_io/inode_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698