| 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_
|
|
|