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

Unified Diff: blimp/client/core/contents/mock_navigation_feature_delegate.h

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/mock_navigation_feature_delegate.h
diff --git a/blimp/client/feature/mock_navigation_feature_delegate.h b/blimp/client/core/contents/mock_navigation_feature_delegate.h
similarity index 76%
rename from blimp/client/feature/mock_navigation_feature_delegate.h
rename to blimp/client/core/contents/mock_navigation_feature_delegate.h
index 2e7b0d49d9ff3703a41a4047601b7fd55e7b2832..100abec5b6e55d94cb6b49fdf4f2e8bdb2968164 100644
--- a/blimp/client/feature/mock_navigation_feature_delegate.h
+++ b/blimp/client/core/contents/mock_navigation_feature_delegate.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_FEATURE_MOCK_NAVIGATION_FEATURE_DELEGATE_H_
-#define BLIMP_CLIENT_FEATURE_MOCK_NAVIGATION_FEATURE_DELEGATE_H_
+#ifndef BLIMP_CLIENT_CORE_CONTENTS_MOCK_NAVIGATION_FEATURE_DELEGATE_H_
+#define BLIMP_CLIENT_CORE_CONTENTS_MOCK_NAVIGATION_FEATURE_DELEGATE_H_
#include <string>
-#include "blimp/client/feature/navigation_feature.h"
+#include "blimp/client/core/contents/navigation_feature.h"
#include "testing/gmock/include/gmock/gmock.h"
class GURL;
@@ -32,4 +32,4 @@ class MockNavigationFeatureDelegate
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_FEATURE_MOCK_NAVIGATION_FEATURE_DELEGATE_H_
+#endif // BLIMP_CLIENT_CORE_CONTENTS_MOCK_NAVIGATION_FEATURE_DELEGATE_H_
« no previous file with comments | « blimp/client/core/contents/fake_navigation_feature.cc ('k') | blimp/client/core/contents/mock_navigation_feature_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698