Index: base/mac/dispatch_source_mach.cc |
diff --git a/sandbox/mac/dispatch_source_mach.cc b/base/mac/dispatch_source_mach.cc |
similarity index 95% |
rename from sandbox/mac/dispatch_source_mach.cc |
rename to base/mac/dispatch_source_mach.cc |
index a6f3ac8485c7849219c43aa160c44d22bc6e3805..745c9dec7d1f19f48edb0f1e0172f45522e71005 100644 |
--- a/sandbox/mac/dispatch_source_mach.cc |
+++ b/base/mac/dispatch_source_mach.cc |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "sandbox/mac/dispatch_source_mach.h" |
+#include "base/mac/dispatch_source_mach.h" |
-namespace sandbox { |
+namespace base { |
DispatchSourceMach::DispatchSourceMach(const char* name, |
mach_port_t port, |
@@ -59,4 +59,4 @@ void DispatchSourceMach::Cancel() { |
} |
} |
-} // namespace sandbox |
+} // namespace base |