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

Unified Diff: chrome/browser/idle_mac.mm

Issue 10535059: Remove -F…ApplicationServices.framework/Frameworks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 months 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
« no previous file with comments | « base/base.gypi ('k') | skia/skia.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « base/base.gypi ('k') | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698