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

Unified Diff: ipc/ipc_tests.h

Issue 3026055: Cleanup in base. This moves the implementation (and a bunch of header file... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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_tests.h
===================================================================
--- ipc/ipc_tests.h (revision 55077)
+++ ipc/ipc_tests.h (working copy)
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IPC_IPC_TESTS_H__
-#define IPC_IPC_TESTS_H__
+#ifndef IPC_IPC_TESTS_H_
+#define IPC_IPC_TESTS_H_
#pragma once
-#include "base/multiprocess_test.h"
+#include "base/test/multiprocess_test.h"
#include "base/process.h"
// This unit test uses 3 types of child processes, a regular pipe client,
@@ -32,7 +32,7 @@
} // namespace IPC
//Base class to facilitate Spawning IPC Client processes.
-class IPCChannelTest : public MultiProcessTest {
+class IPCChannelTest : public base::MultiProcessTest {
protected:
// Create a new MessageLoopForIO For each test.
@@ -46,4 +46,4 @@
MessageLoopForIO* message_loop_;
};
-#endif // IPC_IPC_TESTS_H__
+#endif // IPC_IPC_TESTS_H_
« base/test/test_suite.cc ('K') | « ipc/ipc_send_fds_test.cc ('k') | ipc/ipc_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698