Chromium Code Reviews| Index: runtime/bin/thread_android.cc |
| =================================================================== |
| --- runtime/bin/thread_android.cc (revision 39229) |
| +++ runtime/bin/thread_android.cc (working copy) |
| @@ -13,6 +13,7 @@ |
| #include "platform/assert.h" |
| namespace dart { |
| +namespace bin { |
| #define VALIDATE_PTHREAD_RESULT(result) \ |
| if (result != 0) { \ |
| @@ -321,6 +322,7 @@ |
| VALIDATE_PTHREAD_RESULT(result); |
| } |
| +} // namespace bin |
| } // namespace dart |
| #endif // defined(TARGET_OS_ANDROID) |