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

Side by Side Diff: chrome/test/webdriver/webdriver_session.h

Issue 16753002: Use a direct include of strings headers in chrome/test/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/test/webdriver/webdriver_server.cc ('k') | chrome/test/webdriver/webdriver_session.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_TEST_WEBDRIVER_WEBDRIVER_SESSION_H_ 5 #ifndef CHROME_TEST_WEBDRIVER_WEBDRIVER_SESSION_H_
6 #define CHROME_TEST_WEBDRIVER_WEBDRIVER_SESSION_H_ 6 #define CHROME_TEST_WEBDRIVER_WEBDRIVER_SESSION_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/callback_forward.h" 12 #include "base/callback_forward.h"
13 #include "base/files/file_path.h" 13 #include "base/files/file_path.h"
14 #include "base/files/scoped_temp_dir.h" 14 #include "base/files/scoped_temp_dir.h"
15 #include "base/memory/scoped_ptr.h" 15 #include "base/memory/scoped_ptr.h"
16 #include "base/string16.h" 16 #include "base/strings/string16.h"
17 #include "base/threading/thread.h" 17 #include "base/threading/thread.h"
18 #include "chrome/common/automation_constants.h" 18 #include "chrome/common/automation_constants.h"
19 #include "chrome/test/automation/automation_json_requests.h" 19 #include "chrome/test/automation/automation_json_requests.h"
20 #include "chrome/test/webdriver/frame_path.h" 20 #include "chrome/test/webdriver/frame_path.h"
21 #include "chrome/test/webdriver/webdriver_automation.h" 21 #include "chrome/test/webdriver/webdriver_automation.h"
22 #include "chrome/test/webdriver/webdriver_basic_types.h" 22 #include "chrome/test/webdriver/webdriver_basic_types.h"
23 #include "chrome/test/webdriver/webdriver_capabilities_parser.h" 23 #include "chrome/test/webdriver/webdriver_capabilities_parser.h"
24 #include "chrome/test/webdriver/webdriver_element_id.h" 24 #include "chrome/test/webdriver/webdriver_element_id.h"
25 #include "chrome/test/webdriver/webdriver_logging.h" 25 #include "chrome/test/webdriver/webdriver_logging.h"
26 26
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 // (e.g., 18.0.995.0 -> 995). Only valid after Chrome has started. 494 // (e.g., 18.0.995.0 -> 995). Only valid after Chrome has started.
495 // See http://dev.chromium.org/releases/version-numbers. 495 // See http://dev.chromium.org/releases/version-numbers.
496 int build_no_; 496 int build_no_;
497 497
498 DISALLOW_COPY_AND_ASSIGN(Session); 498 DISALLOW_COPY_AND_ASSIGN(Session);
499 }; 499 };
500 500
501 } // namespace webdriver 501 } // namespace webdriver
502 502
503 #endif // CHROME_TEST_WEBDRIVER_WEBDRIVER_SESSION_H_ 503 #endif // CHROME_TEST_WEBDRIVER_WEBDRIVER_SESSION_H_
OLDNEW
« no previous file with comments | « chrome/test/webdriver/webdriver_server.cc ('k') | chrome/test/webdriver/webdriver_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698