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

Unified Diff: base/test/launcher/test_results_tracker.h

Issue 645133002: Prefix CommandLine usege with base namespace (Part 1: base/) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated Created 6 years, 2 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
Index: base/test/launcher/test_results_tracker.h
diff --git a/base/test/launcher/test_results_tracker.h b/base/test/launcher/test_results_tracker.h
index 2bddebc56ed03ce7b733fd1789cd0c66f8664fa9..ce3dd2adba190a428e05546ab2dff38849d2ea50 100644
--- a/base/test/launcher/test_results_tracker.h
+++ b/base/test/launcher/test_results_tracker.h
@@ -35,7 +35,7 @@ class TestResultsTracker {
// Initialize the result tracker. Must be called exactly once before
// calling any other methods. Returns true on success.
- bool Init(const CommandLine& command_line) WARN_UNUSED_RESULT;
+ bool Init(const base::CommandLine& command_line) WARN_UNUSED_RESULT;
brettw 2014/10/14 17:46:57 This file is already in base.
// Called when a test iteration is starting.
void OnTestIterationStarting();

Powered by Google App Engine
This is Rietveld 408576698