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

Unified Diff: chrome/android/junit/src/org/chromium/chrome/browser/childaccounts/ChildAccountServiceTest.java

Issue 1143313006: Add an activity that allows whitelisted applications to clear all data in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 5 years, 6 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: chrome/android/junit/src/org/chromium/chrome/browser/childaccounts/ChildAccountServiceTest.java
diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/child_accounts/ChildAccountServiceTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/childaccounts/ChildAccountServiceTest.java
similarity index 99%
rename from chrome/android/junit/src/org/chromium/chrome/browser/child_accounts/ChildAccountServiceTest.java
rename to chrome/android/junit/src/org/chromium/chrome/browser/childaccounts/ChildAccountServiceTest.java
index 2b9875407c3c21ba4419f45ff0301a665146b1e8..a4e7c87e93bff2f3e1575da6c953e75293b1d492 100644
--- a/chrome/android/junit/src/org/chromium/chrome/browser/child_accounts/ChildAccountServiceTest.java
+++ b/chrome/android/junit/src/org/chromium/chrome/browser/childaccounts/ChildAccountServiceTest.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.chrome.browser.child_accounts;
+package org.chromium.chrome.browser.childaccounts;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
@@ -17,7 +17,7 @@ import android.content.Context;
import com.google.android.collect.Sets;
import org.chromium.base.CommandLine;
-import org.chromium.chrome.browser.child_accounts.ChildAccountService.HasChildAccountCallback;
+import org.chromium.chrome.browser.childaccounts.ChildAccountService.HasChildAccountCallback;
import org.chromium.sync.signin.AccountManagerHelper;
import org.chromium.sync.test.util.AccountHolder;
import org.chromium.sync.test.util.MockAccountManager;

Powered by Google App Engine
This is Rietveld 408576698