diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-23 00:43:36 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-23 00:43:36 +0000 |
commit | c040fee08c10f588656d3f7e7a701906c175bbd7 (patch) | |
tree | a9ad1c154a7bf549481ac2d6dbd69ac3269e5853 /chrome/browser/autofill | |
parent | 93a1f0ee89ce69fe2de3a223e8dee6a87cbb205e (diff) | |
download | chromium_src-c040fee08c10f588656d3f7e7a701906c175bbd7.zip chromium_src-c040fee08c10f588656d3f7e7a701906c175bbd7.tar.gz chromium_src-c040fee08c10f588656d3f7e7a701906c175bbd7.tar.bz2 |
Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.h
Fix users of this file to use the new location.
TEST=it compiles
BUG=none
Review URL: http://codereview.chromium.org/6019004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70009 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r-- | chrome/browser/autofill/autofill_dialog_controller_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_dialog_controller_mac.h b/chrome/browser/autofill/autofill_dialog_controller_mac.h index 4ebf2d6..642e811 100644 --- a/chrome/browser/autofill/autofill_dialog_controller_mac.h +++ b/chrome/browser/autofill/autofill_dialog_controller_mac.h @@ -9,7 +9,7 @@ #import <Cocoa/Cocoa.h> #include <vector> -#import "base/cocoa_protocols_mac.h" +#import "base/mac/cocoa_protocols.h" #include "base/scoped_nsobject.h" #include "base/scoped_ptr.h" #include "chrome/browser/autofill/autofill_dialog.h" |