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

Unified Diff: webkit/tools/test_shell/test_shell_main.cc

Issue 7352006: Rename CommandLine::GetArgs(), update callers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename CommandLine::GetArgs(), update callers. Created 9 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/imagediff/image_diff.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell_main.cc
diff --git a/webkit/tools/test_shell/test_shell_main.cc b/webkit/tools/test_shell/test_shell_main.cc
index e107b6aeb6debc13c1217f3509c3187f24429986..5d2efd2552d92ef7f7ecf60af5730018b9569a82 100644
--- a/webkit/tools/test_shell/test_shell_main.cc
+++ b/webkit/tools/test_shell/test_shell_main.cc
@@ -235,7 +235,7 @@ int main(int argc, char* argv[]) {
.AppendASCII("test_shell").AppendASCII("index.html");
starting_url = net::FilePathToFileURL(path);
- const std::vector<CommandLine::StringType>& args = parsed_command_line.args();
+ const CommandLine::StringVector& args = parsed_command_line.GetArgs();
if (!args.empty()) {
GURL url(args[0]);
if (url.is_valid()) {
« no previous file with comments | « tools/imagediff/image_diff.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698