chromium/components/cronet/android/test/src/org/chromium/net/CronetTestApplication.java

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package org.chromium.net;

import android.app.Application;

/** Application for managing the Cronet Test. */
public class CronetTestApplication extends Application {}