| 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 5fb5521b2870f211607930989e58ec5adb4a16a3..ff8afd975fab420ad836366254a49f77ca9fc967 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";
|
|
|
|
|