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

Unified Diff: base/mac/scoped_sending_event.mm

Issue 8724004: [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add CrAppControlProtocol support to CrDrtApplication Created 9 years, 1 month 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
Index: base/mac/scoped_sending_event.mm
diff --git a/content/common/mac/scoped_sending_event.mm b/base/mac/scoped_sending_event.mm
similarity index 85%
rename from content/common/mac/scoped_sending_event.mm
rename to base/mac/scoped_sending_event.mm
index bc4deac2a96cf19dcb0cd459d3633bb4780cc1e0..c3813d8ae66e0f0c99ac08c5415df2ffc6e30fa9 100644
--- a/content/common/mac/scoped_sending_event.mm
+++ b/base/mac/scoped_sending_event.mm
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "content/common/mac/scoped_sending_event.h"
+#import "base/mac/scoped_sending_event.h"
#include "base/logging.h"
-namespace content {
+namespace base {
namespace mac {
ScopedSendingEvent::ScopedSendingEvent()
@@ -21,4 +21,4 @@ ScopedSendingEvent::~ScopedSendingEvent() {
}
} // namespace mac
-} // namespace content
+} // namespace base

Powered by Google App Engine
This is Rietveld 408576698