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

Unified Diff: remoting/host/host_session_options_unittest.cc

Issue 2615113005: [Chromoting] Use HostExperimentSessionPlugin in host (Closed)
Patch Set: Resolve review comments Created 3 years, 10 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 | « remoting/host/host_session_options.cc ('k') | remoting/protocol/fake_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_session_options_unittest.cc
diff --git a/remoting/host/host_session_options_unittest.cc b/remoting/host/host_session_options_unittest.cc
index f994934417bf983a7d800d25f91ad89607dbc2ed..1c7195bc5f67aea189e9b3db20ba6e8624bec5e2 100644
--- a/remoting/host/host_session_options_unittest.cc
+++ b/remoting/host/host_session_options_unittest.cc
@@ -7,7 +7,6 @@
#include "testing/gtest/include/gtest/gtest.h"
namespace remoting {
-namespace protocol {
TEST(HostSessionOptionsTest, ShouldBeAbleToAppendOptions) {
HostSessionOptions options;
@@ -52,5 +51,4 @@ TEST(HostSessionOptionsTest, ImportAndExport) {
ASSERT_EQ(options.Export(), other.Export());
}
-} // namespace protocol
} // namespace remoting
« no previous file with comments | « remoting/host/host_session_options.cc ('k') | remoting/protocol/fake_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698