| Index: chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/OverlayPanelContentFactory.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/OverlayPanelContentFactory.java b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/OverlayPanelContentFactory.java
|
| similarity index 78%
|
| rename from chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/OverlayPanelContentFactory.java
|
| rename to chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/OverlayPanelContentFactory.java
|
| index 52bf1c149259f42440dbd13d211914f5f69bc92b..040bea1487cc3d687bf83df59f976214138917d9 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/OverlayPanelContentFactory.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/OverlayPanelContentFactory.java
|
| @@ -2,9 +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.compositor.bottombar.contextualsearch;
|
| -
|
| -import org.chromium.chrome.browser.compositor.bottombar.OverlayPanelContent;
|
| +package org.chromium.chrome.browser.compositor.bottombar;
|
|
|
| /**
|
| * Interface used to generalize the creation of the OverlayPanelContent. This is so test cases
|
|
|