| Index: base/mach_ipc_mac.mm
|
| diff --git a/chrome/common/mach_ipc_mac.mm b/base/mach_ipc_mac.mm
|
| similarity index 99%
|
| rename from chrome/common/mach_ipc_mac.mm
|
| rename to base/mach_ipc_mac.mm
|
| index 7693d9a7f3be5de6cd69d55258446fb79c731d31..fc78bcc3945d3d702e56100f8b820277d4e3e3b6 100644
|
| --- a/chrome/common/mach_ipc_mac.mm
|
| +++ b/base/mach_ipc_mac.mm
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/mach_ipc_mac.h"
|
| +#include "base/mach_ipc_mac.h"
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
|
|