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

Side by Side Diff: chrome/browser/automation/ui_controls.h

Issue 3179017: FBTF: Remove "obviously" unneeded standard C++ library #includes. (Closed)
Patch Set: fixed mac oopsie Created 10 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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #ifndef CHROME_BROWSER_AUTOMATION_UI_CONTROLS_H_ 5 #ifndef CHROME_BROWSER_AUTOMATION_UI_CONTROLS_H_
6 #define CHROME_BROWSER_AUTOMATION_UI_CONTROLS_H_ 6 #define CHROME_BROWSER_AUTOMATION_UI_CONTROLS_H_
7 #pragma once 7 #pragma once
8 8
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 10
11 #include <string>
12
13 #if defined(OS_WIN) 11 #if defined(OS_WIN)
14 #include <wtypes.h> 12 #include <wtypes.h>
15 #endif 13 #endif
16 14
17 #include "gfx/native_widget_types.h" 15 #include "gfx/native_widget_types.h"
18 #include "gfx/point.h" 16 #include "gfx/point.h"
19 #include "base/keyboard_codes.h" 17 #include "base/keyboard_codes.h"
20 18
21 #if defined(TOOLKIT_VIEWS) 19 #if defined(TOOLKIT_VIEWS)
22 namespace views { 20 namespace views {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 #elif defined(OS_MACOSX) 90 #elif defined(OS_MACOSX)
93 NSView* view, 91 NSView* view,
94 #endif 92 #endif
95 MouseButton button, 93 MouseButton button,
96 int state, 94 int state,
97 Task* task); 95 Task* task);
98 96
99 } // ui_controls 97 } // ui_controls
100 98
101 #endif // CHROME_BROWSER_AUTOMATION_UI_CONTROLS_H_ 99 #endif // CHROME_BROWSER_AUTOMATION_UI_CONTROLS_H_
OLDNEW
« no previous file with comments | « chrome/browser/autofill/autofill_type.h ('k') | chrome/browser/automation/url_request_automation_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698