| Index: content/public/android/java/src/org/chromium/content/app/LibraryLoader.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/app/LibraryLoader.java b/content/public/android/java/src/org/chromium/content/app/LibraryLoader.java
|
| deleted file mode 100644
|
| index 3bf8399ef53e25dcdb7c478d1b6ab752d4ab6b3b..0000000000000000000000000000000000000000
|
| --- a/content/public/android/java/src/org/chromium/content/app/LibraryLoader.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.content.app;
|
| -
|
| -/**
|
| - * Shim class for real LibraryLoader to simplify moving the real class
|
| - * TODO(aberent) remove once all code references LibraryLoader in new location.
|
| - */
|
| -public class LibraryLoader extends org.chromium.base.library_loader.LibraryLoader {
|
| -
|
| -}
|
|
|