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

Unified Diff: base/mac/scoped_sending_event.h

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.h
diff --git a/content/common/mac/scoped_sending_event.h b/base/mac/scoped_sending_event.h
similarity index 87%
rename from content/common/mac/scoped_sending_event.h
rename to base/mac/scoped_sending_event.h
index 160edeb37b9261e3b383d5a873ce0366df71081f..fcc984f5eb2d014f5b806309b90a83fcb150cd8e 100644
--- a/content/common/mac/scoped_sending_event.h
+++ b/base/mac/scoped_sending_event.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 CONTENT_COMMON_MAC_SCOPED_SENDING_EVENT_H_
-#define CONTENT_COMMON_MAC_SCOPED_SENDING_EVENT_H_
+#ifndef BASE_MAC_SCOPED_SENDING_EVENT_H_
+#define BASE_MAC_SCOPED_SENDING_EVENT_H_
#pragma once
#include "base/basictypes.h"
@@ -26,7 +26,7 @@
- (void)setHandlingSendEvent:(BOOL)handlingSendEvent;
@end
-namespace content {
+namespace base {
namespace mac {
class ScopedSendingEvent {
@@ -44,6 +44,6 @@ class ScopedSendingEvent {
};
} // namespace mac
-} // namespace content
+} // namespace base
-#endif // CONTENT_COMMON_MAC_SCOPED_SENDING_EVENT_H_
+#endif // BASE_MAC_SCOPED_SENDING_EVENT_H_
« no previous file with comments | « base/base.gypi ('k') | base/mac/scoped_sending_event.mm » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698