| 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
|
|
|