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

Unified Diff: base/android/java/src/org/chromium/base/UsedByReflection.java

Issue 509753002: Introduce @CalledByReflection annotation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update to ExternalOemSupport Created 6 years, 4 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
« no previous file with comments | « no previous file | components/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestFactory.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/java/src/org/chromium/base/UsedByReflection.java
diff --git a/components/cronet/android/java/src/org/chromium/net/UsedByReflection.java b/base/android/java/src/org/chromium/base/UsedByReflection.java
similarity index 96%
rename from components/cronet/android/java/src/org/chromium/net/UsedByReflection.java
rename to base/android/java/src/org/chromium/base/UsedByReflection.java
index 6ae3fbd5684356ca4b0dcb8441a85aa736a0ecc6..7d18fb04b975ad1fdba60d127cb4bb2e24bc5dbe 100644
--- a/components/cronet/android/java/src/org/chromium/net/UsedByReflection.java
+++ b/base/android/java/src/org/chromium/base/UsedByReflection.java
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.net;
+package org.chromium.base;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
« no previous file with comments | « no previous file | components/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestFactory.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698