| Index: base/test/test_support_android.h
|
| diff --git a/base/test/test_support_android.h b/base/test/test_support_android.h
|
| index 09b188c0058d9e464c4e9bbebcea80202be09cf9..40648cd112cc16aa0ceb715ff05f9e28538b5e23 100644
|
| --- a/base/test/test_support_android.h
|
| +++ b/base/test/test_support_android.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef BASE_TEST_TEST_SUPPORT_ANDROID_H_
|
| #define BASE_TEST_TEST_SUPPORT_ANDROID_H_
|
|
|
| +namespace base {
|
| +
|
| // Init logging for tests on Android. Logs will be output into Android's logcat.
|
| void InitAndroidTestLogging();
|
|
|
| @@ -17,4 +19,6 @@ void InitAndroidTestMessageLoop();
|
| // Do all of the initializations above.
|
| void InitAndroidTest();
|
|
|
| +} // namespace base
|
| +
|
| #endif // BASE_TEST_TEST_SUPPORT_ANDROID_H_
|
|
|