Index: components/cronet/android/java/src/org/chromium/net/AsyncUrlRequestException.java |
diff --git a/components/cronet/android/java/src/org/chromium/net/AsyncUrlRequestException.java b/components/cronet/android/java/src/org/chromium/net/AsyncUrlRequestException.java |
deleted file mode 100644 |
index dcd60f3a9caecde1a7c8aebdaa2c203ce32573d0..0000000000000000000000000000000000000000 |
--- a/components/cronet/android/java/src/org/chromium/net/AsyncUrlRequestException.java |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
-// 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 java.io.IOException; |
- |
-/** |
- * |
- */ |
-public class AsyncUrlRequestException extends IOException { |
-} |