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

Unified Diff: content/public/android/java/src/org/chromium/content_public/common/ScreenOrientationValues.template

Issue 584523003: Create org.chromium.content_public.common and move two classes there. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_display_in_shortcuthelper
Patch Set: Created 6 years, 3 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/common/ScreenOrientationValues.template
diff --git a/content/public/android/java/src/org/chromium/content/common/ScreenOrientationValues.template b/content/public/android/java/src/org/chromium/content_public/common/ScreenOrientationValues.template
similarity index 90%
rename from content/public/android/java/src/org/chromium/content/common/ScreenOrientationValues.template
rename to content/public/android/java/src/org/chromium/content_public/common/ScreenOrientationValues.template
index 162abd2bae9059f8ee6289274b6ec71143a87560..ae76f3241fa676cde62b5d3ca7611fb3731d8036 100644
--- a/content/public/android/java/src/org/chromium/content/common/ScreenOrientationValues.template
+++ b/content/public/android/java/src/org/chromium/content_public/common/ScreenOrientationValues.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.common;
+package org.chromium.content_public.common;
public class ScreenOrientationValues {
#define DEFINE_SCREEN_ORIENTATION_VALUE(name, value) public static final int name = value;

Powered by Google App Engine
This is Rietveld 408576698