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

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

Issue 16614002: Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/, cloud_print/, compone… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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
« no previous file with comments | « chrome_frame/simple_resource_loader.cc ('k') | chrome_frame/test/chrome_frame_test_utils.cc » ('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) 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 #ifndef CHROME_FRAME_TEST_CHROME_FRAME_AUTOMATION_MOCK_H_ 5 #ifndef CHROME_FRAME_TEST_CHROME_FRAME_AUTOMATION_MOCK_H_
6 #define CHROME_FRAME_TEST_CHROME_FRAME_AUTOMATION_MOCK_H_ 6 #define CHROME_FRAME_TEST_CHROME_FRAME_AUTOMATION_MOCK_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "base/path_service.h" 11 #include "base/path_service.h"
12 #include "base/strings/utf_string_conversions.h"
12 #include "base/test/test_process_killer_win.h" 13 #include "base/test/test_process_killer_win.h"
13 #include "base/utf_string_conversions.h"
14 #include "chrome/common/chrome_switches.h" 14 #include "chrome/common/chrome_switches.h"
15 #include "chrome_frame/chrome_frame_automation.h" 15 #include "chrome_frame/chrome_frame_automation.h"
16 #include "chrome_frame/chrome_frame_plugin.h" 16 #include "chrome_frame/chrome_frame_plugin.h"
17 #include "chrome_frame/navigation_constraints.h" 17 #include "chrome_frame/navigation_constraints.h"
18 #include "chrome_frame/test/test_scrubber.h" 18 #include "chrome_frame/test/test_scrubber.h"
19 #include "chrome_frame/test/test_with_web_server.h" 19 #include "chrome_frame/test/test_with_web_server.h"
20 #include "chrome_frame/utils.h" 20 #include "chrome_frame/utils.h"
21 21
22 template <typename T> 22 template <typename T>
23 class AutomationMockDelegate 23 class AutomationMockDelegate
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 QuitMessageLoop(); 231 QuitMessageLoop();
232 } 232 }
233 virtual void OnLoad(const GURL& url) { 233 virtual void OnLoad(const GURL& url) {
234 Base::OnLoad(url); 234 Base::OnLoad(url);
235 } 235 }
236 private: 236 private:
237 bool request_start_result_; 237 bool request_start_result_;
238 }; 238 };
239 239
240 #endif // CHROME_FRAME_TEST_CHROME_FRAME_AUTOMATION_MOCK_H_ 240 #endif // CHROME_FRAME_TEST_CHROME_FRAME_AUTOMATION_MOCK_H_
OLDNEW
« no previous file with comments | « chrome_frame/simple_resource_loader.cc ('k') | chrome_frame/test/chrome_frame_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698