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

Side by Side Diff: chrome_frame/test/ie_event_sink.h

Issue 5091005: FBTF: Remove unneeded headers from base/ (part 9) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix win build Created 10 years, 1 month 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
« no previous file with comments | « chrome/test/webdriver/session_manager.cc ('k') | media/audio/simple_sources.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_FRAME_TEST_IE_EVENT_SINK_H_ 5 #ifndef CHROME_FRAME_TEST_IE_EVENT_SINK_H_
6 #define CHROME_FRAME_TEST_IE_EVENT_SINK_H_ 6 #define CHROME_FRAME_TEST_IE_EVENT_SINK_H_
7 7
8 #include <atlbase.h> 8 #include <atlbase.h>
9 #include <atlwin.h> 9 #include <atlwin.h>
10 #include <exdispid.h> 10 #include <exdispid.h>
11 #include <string> 11 #include <string>
12 12
13 #include "base/lock.h"
14 #include "base/scoped_comptr_win.h" 13 #include "base/scoped_comptr_win.h"
15 14
16 #include "chrome_frame/test_utils.h" 15 #include "chrome_frame/test_utils.h"
17 #include "chrome_frame/test/simulate_input.h" 16 #include "chrome_frame/test/simulate_input.h"
18 17
19 // Include without path to make GYP build see it. 18 // Include without path to make GYP build see it.
20 #include "chrome_tab.h" // NOLINT 19 #include "chrome_tab.h" // NOLINT
21 20
22 namespace chrome_frame_test { 21 namespace chrome_frame_test {
23 22
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 listener_ = listener; 278 listener_ = listener;
280 } 279 }
281 280
282 protected: 281 protected:
283 PropertyNotifySinkListener* listener_; 282 PropertyNotifySinkListener* listener_;
284 }; 283 };
285 284
286 } // namespace chrome_frame_test 285 } // namespace chrome_frame_test
287 286
288 #endif // CHROME_FRAME_TEST_IE_EVENT_SINK_H_ 287 #endif // CHROME_FRAME_TEST_IE_EVENT_SINK_H_
289
OLDNEW
« no previous file with comments | « chrome/test/webdriver/session_manager.cc ('k') | media/audio/simple_sources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698