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

Side by Side Diff: webkit/tools/test_shell/test_shell_mac.mm

Issue 10831025: mac: Remove now-unneeded includes of cocoa_protocols.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <ApplicationServices/ApplicationServices.h> 5 #include <ApplicationServices/ApplicationServices.h>
6 #import <Cocoa/Cocoa.h> 6 #import <Cocoa/Cocoa.h>
7 #import <objc/objc-runtime.h> 7 #import <objc/objc-runtime.h>
8 #include <sys/stat.h> 8 #include <sys/stat.h>
9 9
10 #include "webkit/tools/test_shell/test_shell.h" 10 #include "webkit/tools/test_shell/test_shell.h"
11 11
12 #include "base/base_paths.h" 12 #include "base/base_paths.h"
13 #include "base/basictypes.h" 13 #include "base/basictypes.h"
14 #include "base/debug/debugger.h" 14 #include "base/debug/debugger.h"
15 #include "base/file_path.h" 15 #include "base/file_path.h"
16 #include "base/file_util.h" 16 #include "base/file_util.h"
17 #include "base/logging.h" 17 #include "base/logging.h"
18 #include "base/mac/bundle_locations.h" 18 #include "base/mac/bundle_locations.h"
19 #include "base/mac/cocoa_protocols.h"
20 #include "base/mac/mac_util.h" 19 #include "base/mac/mac_util.h"
21 #include "base/mac/scoped_nsautorelease_pool.h" 20 #include "base/mac/scoped_nsautorelease_pool.h"
22 #include "base/message_loop.h" 21 #include "base/message_loop.h"
23 #include "base/path_service.h" 22 #include "base/path_service.h"
24 #include "base/string16.h" 23 #include "base/string16.h"
25 #include "base/string_piece.h" 24 #include "base/string_piece.h"
26 #include "base/utf_string_conversions.h" 25 #include "base/utf_string_conversions.h"
27 #include "grit/webkit_resources.h" 26 #include "grit/webkit_resources.h"
28 #include "net/base/mime_util.h" 27 #include "net/base/mime_util.h"
29 #include "skia/ext/bitmap_platform_device.h" 28 #include "skia/ext/bitmap_platform_device.h"
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 return false; 694 return false;
696 } 695 }
697 696
698 void DidLoadPlugin(const std::string& filename) { 697 void DidLoadPlugin(const std::string& filename) {
699 } 698 }
700 699
701 void DidUnloadPlugin(const std::string& filename) { 700 void DidUnloadPlugin(const std::string& filename) {
702 } 701 }
703 702
704 } // namespace webkit_glue 703 } // namespace webkit_glue
OLDNEW
« chrome/browser/ui/cocoa/dev_tools_controller.h ('K') | « ui/base/dialogs/select_file_dialog_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698