| Index: blimp/client/core/contents/android/java/src/org/chromium/blimp/core/contents/BlimpContentsImpl.java
|
| diff --git a/blimp/client/core/android/java/src/org/chromium/blimp/core/BlimpContentsImpl.java b/blimp/client/core/contents/android/java/src/org/chromium/blimp/core/contents/BlimpContentsImpl.java
|
| similarity index 92%
|
| rename from blimp/client/core/android/java/src/org/chromium/blimp/core/BlimpContentsImpl.java
|
| rename to blimp/client/core/contents/android/java/src/org/chromium/blimp/core/contents/BlimpContentsImpl.java
|
| index df2b2985e583c4a7b401efd28bcbf98211a0c1ed..f0680690bae2a7f9248b555e5fd5e4940dec0b7d 100644
|
| --- a/blimp/client/core/android/java/src/org/chromium/blimp/core/BlimpContentsImpl.java
|
| +++ b/blimp/client/core/contents/android/java/src/org/chromium/blimp/core/contents/BlimpContentsImpl.java
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -package org.chromium.blimp.core;
|
| +package org.chromium.blimp.core.contents;
|
|
|
| import org.chromium.base.annotations.CalledByNative;
|
| import org.chromium.base.annotations.JNINamespace;
|
| -import org.chromium.blimp_public.BlimpContents;
|
| -import org.chromium.blimp_public.BlimpContentsObserver;
|
| -import org.chromium.blimp_public.BlimpNavigationController;
|
| +import org.chromium.blimp_public.contents.BlimpContents;
|
| +import org.chromium.blimp_public.contents.BlimpContentsObserver;
|
| +import org.chromium.blimp_public.contents.BlimpNavigationController;
|
|
|
| /**
|
| * BlimpContentsImpl is a Java wrapper to allow communicating with the native BlimpContentsImpl
|
|
|