| Index: blimp/client/core/contents/android/blimp_contents_impl_android.h
|
| diff --git a/blimp/client/core/android/blimp_contents_impl_android.h b/blimp/client/core/contents/android/blimp_contents_impl_android.h
|
| similarity index 74%
|
| rename from blimp/client/core/android/blimp_contents_impl_android.h
|
| rename to blimp/client/core/contents/android/blimp_contents_impl_android.h
|
| index 7935ed3e37a90986b295b5612732e7f3568fbc56..46d4d0db8adac208334330225e24c014401d14e1 100644
|
| --- a/blimp/client/core/android/blimp_contents_impl_android.h
|
| +++ b/blimp/client/core/contents/android/blimp_contents_impl_android.h
|
| @@ -2,14 +2,14 @@
|
| // 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_IMPL_ANDROID_H_
|
| -#define BLIMP_CLIENT_CORE_ANDROID_BLIMP_CONTENTS_IMPL_ANDROID_H_
|
| +#ifndef BLIMP_CLIENT_CORE_CONTENTS_ANDROID_BLIMP_CONTENTS_IMPL_ANDROID_H_
|
| +#define BLIMP_CLIENT_CORE_CONTENTS_ANDROID_BLIMP_CONTENTS_IMPL_ANDROID_H_
|
|
|
| #include "base/android/jni_android.h"
|
| #include "base/macros.h"
|
| #include "base/supports_user_data.h"
|
| -#include "blimp/client/core/android/blimp_navigation_controller_impl_android.h"
|
| -#include "blimp/client/core/blimp_contents_impl.h"
|
| +#include "blimp/client/core/contents/android/blimp_navigation_controller_impl_android.h"
|
| +#include "blimp/client/core/contents/blimp_contents_impl.h"
|
|
|
| namespace blimp {
|
| namespace client {
|
| @@ -40,4 +40,4 @@ class BlimpContentsImplAndroid : public base::SupportsUserData::Data {
|
| } // namespace client
|
| } // namespace blimp
|
|
|
| -#endif // BLIMP_CLIENT_CORE_ANDROID_BLIMP_CONTENTS_IMPL_ANDROID_H_
|
| +#endif // BLIMP_CLIENT_CORE_CONTENTS_ANDROID_BLIMP_CONTENTS_IMPL_ANDROID_H_
|
|
|