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

Unified Diff: blimp/client/core/contents/android/blimp_navigation_controller_impl_android.h

Issue 2166563003: Split //blimp/client/core to relevant parts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-assignment-source
Patch Set: Created 4 years, 5 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: blimp/client/core/contents/android/blimp_navigation_controller_impl_android.h
diff --git a/blimp/client/core/android/blimp_navigation_controller_impl_android.h b/blimp/client/core/contents/android/blimp_navigation_controller_impl_android.h
similarity index 79%
rename from blimp/client/core/android/blimp_navigation_controller_impl_android.h
rename to blimp/client/core/contents/android/blimp_navigation_controller_impl_android.h
index 5e848ff8f51034b5c0cd19bc0c45721b3f76823e..4a785ecd2cef9cc8086ddbadfa91b9bbb6f056b2 100644
--- a/blimp/client/core/android/blimp_navigation_controller_impl_android.h
+++ b/blimp/client/core/contents/android/blimp_navigation_controller_impl_android.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_NAVIGATION_CONTROLLER_IMPL_ANDROID_H_
-#define BLIMP_CLIENT_CORE_ANDROID_BLIMP_NAVIGATION_CONTROLLER_IMPL_ANDROID_H_
+#ifndef BLIMP_CLIENT_CORE_CONTENTS_ANDROID_BLIMP_NAVIGATION_CONTROLLER_IMPL_ANDROID_H_
+#define BLIMP_CLIENT_CORE_CONTENTS_ANDROID_BLIMP_NAVIGATION_CONTROLLER_IMPL_ANDROID_H_
#include <memory>
#include "base/android/jni_android.h"
#include "base/android/scoped_java_ref.h"
#include "base/macros.h"
-#include "blimp/client/core/blimp_contents_impl.h"
+#include "blimp/client/core/contents/blimp_contents_impl.h"
namespace blimp {
namespace client {
@@ -44,4 +44,4 @@ class BlimpNavigationControllerImplAndroid {
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_CORE_ANDROID_BLIMP_NAVIGATION_CONTROLLER_IMPL_ANDROID_H_
+#endif // BLIMP_CLIENT_CORE_CONTENTS_ANDROID_BLIMP_NAVIGATION_CONTROLLER_IMPL_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698