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

Unified Diff: blimp/client/session/navigation_feature_unittest.cc

Issue 1570943002: [Blimp client] Move client code into blimp::client namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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
« no previous file with comments | « blimp/client/session/navigation_feature.cc ('k') | blimp/client/session/render_widget_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/session/navigation_feature_unittest.cc
diff --git a/blimp/client/session/navigation_feature_unittest.cc b/blimp/client/session/navigation_feature_unittest.cc
index e73965276b030b5c3ef7dc55343fef6286990581..fb154e6618639a792d6790e8f2781dd8ee778049 100644
--- a/blimp/client/session/navigation_feature_unittest.cc
+++ b/blimp/client/session/navigation_feature_unittest.cc
@@ -18,6 +18,7 @@
using testing::_;
namespace blimp {
+namespace client {
class MockNavigationFeatureDelegate
: public NavigationFeature::NavigationFeatureDelegate {
@@ -155,4 +156,5 @@ TEST_F(NavigationFeatureTest, TestNavigateReloadMessage) {
feature_.Reload(1);
}
+} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/session/navigation_feature.cc ('k') | blimp/client/session/render_widget_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698