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

Unified Diff: remoting/host/it2me/it2me_native_messaging_host_unittest.cc

Issue 138833009: For C++ readability review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: remoting/host/it2me/it2me_native_messaging_host_unittest.cc
diff --git a/remoting/host/it2me/it2me_native_messaging_host_unittest.cc b/remoting/host/it2me/it2me_native_messaging_host_unittest.cc
index ea697a9a8ed454c18d58bd1e101958ce0f713647..76389d17cd909a9d34601191020934b940d6108e 100644
--- a/remoting/host/it2me/it2me_native_messaging_host_unittest.cc
+++ b/remoting/host/it2me/it2me_native_messaging_host_unittest.cc
@@ -21,6 +21,8 @@
#include "remoting/host/setup/test_util.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace remoting {
+
namespace {
const char kTestAccessCode[] = "888888";
@@ -62,8 +64,6 @@ void VerifyCommonProperties(scoped_ptr<base::DictionaryValue> response,
} // namespace
-namespace remoting {
-
class MockIt2MeHost : public It2MeHost {
public:
MockIt2MeHost(ChromotingHostContext* context,
@@ -552,3 +552,4 @@ TEST_F(It2MeNativeMessagingHostTest, InvalidType) {
}
} // namespace remoting
+

Powered by Google App Engine
This is Rietveld 408576698