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

Unified Diff: blimp/client/core/contents/navigation_feature_unittest.cc

Issue 2058263002: Tied up BlimpNavigationController to NavigationFeature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_core
Patch Set: Removed BlimpContentsTest.java Created 4 years, 4 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/navigation_feature_unittest.cc
diff --git a/blimp/client/feature/navigation_feature_unittest.cc b/blimp/client/core/contents/navigation_feature_unittest.cc
similarity index 96%
rename from blimp/client/feature/navigation_feature_unittest.cc
rename to blimp/client/core/contents/navigation_feature_unittest.cc
index 8a5c0ba692a6496ef659852ae7ef437f3944248d..d7189d4adfd4431a1f81e9774d305fd67e2304a6 100644
--- a/blimp/client/feature/navigation_feature_unittest.cc
+++ b/blimp/client/core/contents/navigation_feature_unittest.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "blimp/client/feature/navigation_feature.h"
+#include "blimp/client/core/contents/navigation_feature.h"
#include <memory>
#include "base/logging.h"
#include "base/memory/ptr_util.h"
-#include "blimp/client/feature/mock_navigation_feature_delegate.h"
+#include "blimp/client/core/contents/mock_navigation_feature_delegate.h"
#include "blimp/common/create_blimp_message.h"
#include "blimp/common/proto/blimp_message.pb.h"
#include "blimp/net/test_common.h"
@@ -16,7 +16,6 @@
#include "net/base/test_completion_callback.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "third_party/skia/include/core/SkBitmap.h"
#include "url/gurl.h"
using testing::_;
« no previous file with comments | « blimp/client/core/contents/navigation_feature.cc ('k') | blimp/client/feature/mock_navigation_feature_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698