Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #ifndef COMPONENTS_TEST_ANDROID_BROWSERTESTS_APK_COMPONENTS_BROWSER_TESTS_ANDROI D_H_ | |
| 6 #define COMPONENTS_TEST_ANDROID_BROWSERTESTS_APK_COMPONENTS_BROWSER_TESTS_ANDROI D_H_ | |
| 7 | |
| 8 #include <jni.h> | |
| 9 | |
| 10 namespace components { | |
| 11 | |
| 12 bool RegisterComponentsBrowserTestsAndroid(JNIEnv* env); | |
| 13 | |
| 14 } // namespace content | |
|
no sievers
2015/04/15 18:32:53
nit: s/content/components
Jaekyun Seok (inactive)
2015/04/15 23:04:37
Done.
| |
| 15 | |
| 16 #endif // COMPONENTS_TEST_ANDROID_BROWSERTESTS_APK_COMPONENTS_BROWSER_TESTS_AND ROID_H_ | |
| OLD | NEW |