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

Unified Diff: ipc/ipc_sync_message_unittest.cc

Issue 11865015: Move IPC tests into anonymous namespaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | « ipc/ipc_sync_channel_unittest.cc ('k') | ipc/sync_socket_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_sync_message_unittest.cc
diff --git a/ipc/ipc_sync_message_unittest.cc b/ipc/ipc_sync_message_unittest.cc
index 7b513f73db0e865b64404451b7524f5fa167e3a2..d170b7fcc5fc28c0d8a233d6429a195940484dbc 100644
--- a/ipc/ipc_sync_message_unittest.cc
+++ b/ipc/ipc_sync_message_unittest.cc
@@ -17,6 +17,8 @@
#define IPC_MESSAGE_IMPL
#include "ipc/ipc_sync_message_unittest.h"
+namespace {
+
static IPC::Message* g_reply;
class TestMessageReceiver {
@@ -301,3 +303,5 @@ TEST(IPCSyncMessageTest, Main) {
DCHECK_EQ(33, int1);
DCHECK(!bool1);
}
+
+} // namespace
« no previous file with comments | « ipc/ipc_sync_channel_unittest.cc ('k') | ipc/sync_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698