diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-26 16:31:34 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-26 16:31:34 +0000 |
commit | 84829155dbdced379f556070ebf51c4126235dfd (patch) | |
tree | 5e5dfde285d56d2baf21533f6cab633d859537a6 /chrome/browser/ui/cocoa/presentation_mode_controller.h | |
parent | 7ff6ff68f928f2104e21a604f7fac473fafe91b7 (diff) | |
download | chromium_src-84829155dbdced379f556070ebf51c4126235dfd.zip chromium_src-84829155dbdced379f556070ebf51c4126235dfd.tar.gz chromium_src-84829155dbdced379f556070ebf51c4126235dfd.tar.bz2 |
mac: Remove now-unneeded includes of cocoa_protocols.h
BUG=137676
TEST=compiles
TBR=OWNERS
Review URL: https://chromiumcodereview.appspot.com/10831025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/cocoa/presentation_mode_controller.h')
-rw-r--r-- | chrome/browser/ui/cocoa/presentation_mode_controller.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/ui/cocoa/presentation_mode_controller.h b/chrome/browser/ui/cocoa/presentation_mode_controller.h index cc46dc8..728c2da 100644 --- a/chrome/browser/ui/cocoa/presentation_mode_controller.h +++ b/chrome/browser/ui/cocoa/presentation_mode_controller.h @@ -1,4 +1,4 @@ -// 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. @@ -7,7 +7,6 @@ #import <Cocoa/Cocoa.h> -#import "base/mac/cocoa_protocols.h" #include "base/mac/mac_util.h" #include "chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h" |