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

Unified Diff: base/mach_ipc_mac.mm

Issue 549002: Mac: Other approach for IPCing child task_ts. (Closed)
Patch Set: '' Created 10 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
« no previous file with comments | « base/mach_ipc_mac.h ('k') | base/process_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « base/mach_ipc_mac.h ('k') | base/process_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698