Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2643)

Unified Diff: base/android/java/org/chromium/base/DeleteStaging.java

Issue 9443018: Upstream Android's PathUtils implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased patch Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/android/java/org/chromium/base/DeleteStaging.java
diff --git a/base/android/java/org/chromium/base/DeleteStaging.java b/base/android/java/org/chromium/base/DeleteStaging.java
deleted file mode 100644
index 5f0718c95106e0019d7118d7e09856f3d34e9d60..0000000000000000000000000000000000000000
--- a/base/android/java/org/chromium/base/DeleteStaging.java
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (c) 2012 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.base;
-
-// This class serves as arbitrary Java code that can be compiled as part of
-// base_java, which builds base Java code that will be upstreamed. Please
-// delete this file and replace with actual base Java source files (e.g.
-// CallByNative.java and PathUtils.java).
-
-public class DeleteStaging {
- public static void main(String[] args) {
- return;
- }
-}

Powered by Google App Engine
This is Rietveld 408576698