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

Unified Diff: content/public/android/junit/src/org/chromium/content/browser/picker/DateDialogNormalizerTest.java

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/junit/src/org/chromium/content/browser/picker/DateDialogNormalizerTest.java
diff --git a/ui/android/junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java b/content/public/android/junit/src/org/chromium/content/browser/picker/DateDialogNormalizerTest.java
similarity index 99%
rename from ui/android/junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java
rename to content/public/android/junit/src/org/chromium/content/browser/picker/DateDialogNormalizerTest.java
index 672dea87e7a469be5efbb1cac8425ed676fd2714..582e77b46ef9dcb1211f300f95001ae767725af7 100644
--- a/ui/android/junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java
+++ b/content/public/android/junit/src/org/chromium/content/browser/picker/DateDialogNormalizerTest.java
@@ -2,20 +2,21 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.ui.picker;
+package org.chromium.content.browser.picker;
import static org.junit.Assert.assertEquals;
import android.app.Activity;
import android.widget.DatePicker;
-import org.chromium.testing.local.LocalRobolectricTestRunner;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.Robolectric;
import org.robolectric.annotation.Config;
+import org.chromium.testing.local.LocalRobolectricTestRunner;
+
import java.util.TimeZone;
/**

Powered by Google App Engine
This is Rietveld 408576698