Index: base/mac/scoped_launch_data.h |
diff --git a/chrome/browser/mac/scoped_launch_data.h b/base/mac/scoped_launch_data.h |
similarity index 87% |
rename from chrome/browser/mac/scoped_launch_data.h |
rename to base/mac/scoped_launch_data.h |
index 750b296a2500553de8e90bae8aa34a978867ff27..18bafffe5aa8fc05241624bf004e4c38420247a8 100644 |
--- a/chrome/browser/mac/scoped_launch_data.h |
+++ b/base/mac/scoped_launch_data.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_MAC_SCOPED_LAUNCH_DATA_H_ |
-#define CHROME_BROWSER_MAC_SCOPED_LAUNCH_DATA_H_ |
+#ifndef BASE_MAC_SCOPED_LAUNCH_DATA_H_ |
+#define BASE_MAC_SCOPED_LAUNCH_DATA_H_ |
#pragma once |
#include <launch.h> |
@@ -13,7 +13,8 @@ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
-namespace launchd { |
+namespace base { |
+namespace mac { |
// Just like scoped_ptr<> but for launch_data_t. |
class ScopedLaunchData { |
@@ -69,6 +70,7 @@ class ScopedLaunchData { |
DISALLOW_COPY_AND_ASSIGN(ScopedLaunchData); |
}; |
-} // namespace launchd |
+} // namespace mac |
+} // namespace base |
-#endif // CHROME_BROWSER_MAC_SCOPED_LAUNCH_DATA_H_ |
+#endif // BASE_MAC_SCOPED_LAUNCH_DATA_H_ |