| Index: chrome/browser/idle_mac.mm
|
| ===================================================================
|
| --- chrome/browser/idle_mac.mm (revision 141890)
|
| +++ chrome/browser/idle_mac.mm (working copy)
|
| @@ -1,11 +1,11 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#import "chrome/browser/idle.h"
|
| +#include "chrome/browser/idle.h"
|
|
|
| +#include <ApplicationServices/ApplicationServices.h>
|
| #import <Cocoa/Cocoa.h>
|
| -#import <CoreGraphics/CGEventSource.h>
|
|
|
| @interface MacScreenMonitor : NSObject {
|
| @private
|
|
|