| Index: components/cronet/android/test/src/org/chromium/net/TestFilesInstaller.java
|
| diff --git a/components/cronet/android/test/src/org/chromium/net/TestFilesInstaller.java b/components/cronet/android/test/src/org/chromium/net/TestFilesInstaller.java
|
| index 371f48a262c0fc1e7d6f969baaf9224a6e6d4fc5..ffb91d4ab4031cafd961cc9800f042530b17f87f 100644
|
| --- a/components/cronet/android/test/src/org/chromium/net/TestFilesInstaller.java
|
| +++ b/components/cronet/android/test/src/org/chromium/net/TestFilesInstaller.java
|
| @@ -19,7 +19,7 @@ import java.io.IOException;
|
| * Helper class to install test files.
|
| */
|
| public final class TestFilesInstaller {
|
| - private static final String TAG = "TestFilesInstaller";
|
| + private static final String TAG = TestFilesInstaller.class.getSimpleName();
|
| // Name of the asset directory in which test files are stored.
|
| private static final String TEST_FILE_ASSET_PATH = "test";
|
|
|
|
|