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

Unified Diff: content/public/android/java/src/org/chromium/content_public/browser/input/PopupItemType.template

Issue 141533006: [Android] Move the java content/ package to content_public/ to start the split. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fixes and findbugs line update Created 6 years, 11 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: content/public/android/java/src/org/chromium/content_public/browser/input/PopupItemType.template
diff --git a/content/public/android/java/src/org/chromium/content/browser/input/PopupItemType.template b/content/public/android/java/src/org/chromium/content_public/browser/input/PopupItemType.template
similarity index 87%
rename from content/public/android/java/src/org/chromium/content/browser/input/PopupItemType.template
rename to content/public/android/java/src/org/chromium/content_public/browser/input/PopupItemType.template
index cbf3ac6300f5489022a7b28c37056e49d2b232d1..8109b2029e4ff08934a4ebbb71b4c5a6b0c2696c 100644
--- a/content/public/android/java/src/org/chromium/content/browser/input/PopupItemType.template
+++ b/content/public/android/java/src/org/chromium/content_public/browser/input/PopupItemType.template
@@ -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.content.browser.input;
+package org.chromium.content_public.browser.input;
public class PopupItemType {
#define DEFINE_POPUP_ITEM_TYPE(name, value) public static final int name = value;

Powered by Google App Engine
This is Rietveld 408576698