| Index: blimp/client/core/contents/android/blimp_contents_observer_proxy.h
|
| diff --git a/blimp/client/core/android/blimp_contents_observer_proxy.h b/blimp/client/core/contents/android/blimp_contents_observer_proxy.h
|
| similarity index 68%
|
| rename from blimp/client/core/android/blimp_contents_observer_proxy.h
|
| rename to blimp/client/core/contents/android/blimp_contents_observer_proxy.h
|
| index 06d25604492548c8e0d1de97b44471082901b23b..d9fcf8aa8ef02a13691298d23d6ec0ac777222c6 100644
|
| --- a/blimp/client/core/android/blimp_contents_observer_proxy.h
|
| +++ b/blimp/client/core/contents/android/blimp_contents_observer_proxy.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BLIMP_CLIENT_CORE_ANDROID_BLIMP_CONTENTS_OBSERVER_PROXY_H_
|
| -#define BLIMP_CLIENT_CORE_ANDROID_BLIMP_CONTENTS_OBSERVER_PROXY_H_
|
| +#ifndef BLIMP_CLIENT_CORE_CONTENTS_ANDROID_BLIMP_CONTENTS_OBSERVER_PROXY_H_
|
| +#define BLIMP_CLIENT_CORE_CONTENTS_ANDROID_BLIMP_CONTENTS_OBSERVER_PROXY_H_
|
|
|
| #include "base/android/jni_android.h"
|
| #include "base/android/scoped_java_ref.h"
|
| #include "base/macros.h"
|
| -#include "blimp/client/core/android/blimp_contents_impl_android.h"
|
| -#include "blimp/client/core/android/blimp_navigation_controller_impl_android.h"
|
| -#include "blimp/client/public/blimp_contents_observer.h"
|
| +#include "blimp/client/core/contents/android/blimp_contents_impl_android.h"
|
| +#include "blimp/client/core/contents/android/blimp_navigation_controller_impl_android.h"
|
| +#include "blimp/client/public/contents/blimp_contents_observer.h"
|
|
|
| namespace blimp {
|
| namespace client {
|
| @@ -41,4 +41,4 @@ class BlimpContentsObserverProxy : public BlimpContentsObserver {
|
| } // namespace client
|
| } // namespace blimp
|
|
|
| -#endif // BLIMP_CLIENT_CORE_ANDROID_BLIMP_CONTENTS_OBSERVER_PROXY_H_
|
| +#endif // BLIMP_CLIENT_CORE_CONTENTS_ANDROID_BLIMP_CONTENTS_OBSERVER_PROXY_H_
|
|
|