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

Unified Diff: native_client_sdk/src/libraries/sdk_util/macros.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/sdk_util/macros.h
===================================================================
--- native_client_sdk/src/libraries/sdk_util/macros.h (revision 0)
+++ native_client_sdk/src/libraries/sdk_util/macros.h (working copy)
@@ -2,8 +2,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#ifndef LIBRARIES_UTILS_MACROS_H_
-#define LIBRARIES_UTILS_MACROS_H_
+#ifndef LIBRARIES_SDK_UTIL_MACROS_H_
+#define LIBRARIES_SDK_UTIL_MACROS_H_
/**
* A macro to disallow the evil copy constructor and operator= functions
@@ -46,4 +46,5 @@
force_link_##x = 1; \
}
-#endif /* LIBRARIES_UTILS_MACROS_H_ */
+#endif /* LIBRARIES_SDK_UTIL_MACROS_H_ */
+

Powered by Google App Engine
This is Rietveld 408576698