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

Unified Diff: blimp/client/session/tab_control_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/tab_control_feature_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/session/tab_control_feature_unittest.cc
diff --git a/blimp/client/session/tab_control_feature_unittest.cc b/blimp/client/session/tab_control_feature_unittest.cc
index c93b2c6be766ceed9bb6e2c8088d7bfecf0bcf65..e70be8801e3ccd0fb08b838a9c9a94331c866763 100644
--- a/blimp/client/session/tab_control_feature_unittest.cc
+++ b/blimp/client/session/tab_control_feature_unittest.cc
@@ -17,6 +17,7 @@
using testing::_;
namespace blimp {
+namespace client {
MATCHER_P3(EqualsSizeMessage, width, height, dp_to_px, "") {
return arg.tab_control().type() == TabControlMessage::SIZE &&
@@ -86,4 +87,5 @@ TEST_F(TabControlFeatureTest, NoDuplicateSizeMessage) {
feature_.SetSizeAndScale(gfx::Size(width + 1, height + 1), dp_to_px + 1);
}
+} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/session/tab_control_feature_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698