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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0c0d13e0d0652553c1c5d3d420b2a41978b622f3 |
--- /dev/null |
+++ b/base/android/java/org/chromium/base/DeleteStaging.java |
@@ -0,0 +1,17 @@ |
+// 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 |
John Grabowski
2012/02/28 23:13:53
I know this is to be deleted, but.... style guide
navabi
2012/02/29 00:06:34
Done.
|
+{ |
+ public static void main(String[] args) { |
+ return; |
+ } |
+} |