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

Unified Diff: blimp/client/core/contents/blimp_navigation_controller_impl.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/blimp_navigation_controller_impl.h
diff --git a/blimp/client/core/blimp_navigation_controller_impl.h b/blimp/client/core/contents/blimp_navigation_controller_impl.h
similarity index 85%
rename from blimp/client/core/blimp_navigation_controller_impl.h
rename to blimp/client/core/contents/blimp_navigation_controller_impl.h
index 90c42e06e88d18bacb2c8b5e7c42dc8efabe9a81..6ae6fa036877b5371d2c5b36afd7bd74fbd63eb3 100644
--- a/blimp/client/core/blimp_navigation_controller_impl.h
+++ b/blimp/client/core/contents/blimp_navigation_controller_impl.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BLIMP_CLIENT_CORE_BLIMP_NAVIGATION_CONTROLLER_IMPL_H_
-#define BLIMP_CLIENT_CORE_BLIMP_NAVIGATION_CONTROLLER_IMPL_H_
+#ifndef BLIMP_CLIENT_CORE_CONTENTS_BLIMP_NAVIGATION_CONTROLLER_IMPL_H_
+#define BLIMP_CLIENT_CORE_CONTENTS_BLIMP_NAVIGATION_CONTROLLER_IMPL_H_
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "blimp/client/public/blimp_navigation_controller.h"
+#include "blimp/client/public/contents/blimp_navigation_controller.h"
#include "url/gurl.h"
namespace blimp {
@@ -51,4 +51,4 @@ class BlimpNavigationControllerImpl : public BlimpNavigationController {
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_CORE_BLIMP_NAVIGATION_CONTROLLER_IMPL_H_
+#endif // BLIMP_CLIENT_CORE_CONTENTS_BLIMP_NAVIGATION_CONTROLLER_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698