| Index: base/android/java/templates/NativeLibraries.template
 | 
| diff --git a/base/android/java/templates/NativeLibraries.template b/base/android/java/templates/NativeLibraries.template
 | 
| index d9f6a55cfcd27b932fc59295a9f87f87d9c411e1..8b812a60a968ce05b1f23bae618799e4a78da44c 100644
 | 
| --- a/base/android/java/templates/NativeLibraries.template
 | 
| +++ b/base/android/java/templates/NativeLibraries.template
 | 
| @@ -74,7 +74,7 @@ public class NativeLibraries {
 | 
|      // array defined, and then the build system creates a version of the file
 | 
|      // with the real list of libraries required (which changes based upon which
 | 
|      // .apk is being built).
 | 
| -    // TODO(cjhopman): This is public since it is referenced by ChromeNativeTestActivity.java
 | 
| +    // TODO(cjhopman): This is public since it is referenced by NativeTestActivity.java
 | 
|      // directly. The two ways of library loading should be refactored into one.
 | 
|      public static final String[] LIBRARIES =
 | 
|  #if defined(NATIVE_LIBRARIES_LIST)
 | 
| 
 |