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

Unified Diff: ipc/ipc_message_utils_unittest.cc

Issue 12286003: ipc: Wrap unit test into IPC namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message_utils_unittest.cc
diff --git a/ipc/ipc_message_utils_unittest.cc b/ipc/ipc_message_utils_unittest.cc
index 47e4a604b023bae2170dc017e51eff87c1e39692..24cddc7b26bec0826f6e949be6ac2537c03728b3 100644
--- a/ipc/ipc_message_utils_unittest.cc
+++ b/ipc/ipc_message_utils_unittest.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "ipc/ipc_message_utils.h"
+
#include "base/file_path.h"
#include "ipc/ipc_message.h"
-#include "ipc/ipc_message_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
-using namespace IPC;
-
+namespace IPC {
namespace {
// Tests nesting of messages as parameters to other messages.
@@ -71,3 +71,4 @@ TEST(IPCMessageUtilsTest, ParameterValidation) {
}
} // namespace
+} // namespace IPC
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698