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

Unified Diff: ipc/ipc_channel_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
Index: ipc/ipc_channel_unittest.cc
diff --git a/ipc/ipc_channel_unittest.cc b/ipc/ipc_channel_unittest.cc
index 6b63ae0328c410cfd531b86761a7786c53f81fef..bb7403f3329bae1581d44ca62636a335942f28b3 100644
--- a/ipc/ipc_channel_unittest.cc
+++ b/ipc/ipc_channel_unittest.cc
@@ -34,6 +34,8 @@
#include "ipc/ipc_test_base.h"
#include "testing/multiprocess_func_list.h"
+namespace {
+
const size_t kLongMessageStringNumBytes = 50000;
class IPCChannelTest : public IPCTestBase {
@@ -334,3 +336,5 @@ MULTIPROCESS_IPC_TEST_MAIN(RunTestClient) {
MessageLoop::current()->Run();
return 0;
}
+
+} // namespace

Powered by Google App Engine
This is Rietveld 408576698