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

Unified Diff: chrome/test/perf/browser_perf_test.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « chrome/test/nacl/nacl_browsertest_util.h ('k') | chrome/test/ppapi/ppapi_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/browser_perf_test.h
diff --git a/chrome/test/perf/browser_perf_test.h b/chrome/test/perf/browser_perf_test.h
index 8b723d1856a4789e3282dbd63f3a4c98fdcf8b11..250724c6b924b37e7c082f042a7a705e217fb7e9 100644
--- a/chrome/test/perf/browser_perf_test.h
+++ b/chrome/test/perf/browser_perf_test.h
@@ -7,7 +7,9 @@
#include "chrome/test/base/in_process_browser_test.h"
+namespace base {
class CommandLine;
+}
class BrowserPerfTest : public InProcessBrowserTest {
public:
@@ -16,7 +18,7 @@ class BrowserPerfTest : public InProcessBrowserTest {
// Set up common browser perf test flags. Typically call down to this if
// overridden.
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
+ virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
// Prints IO performance data for use by perf graphs.
void PrintIOPerfInfo(const std::string& test_name);
« no previous file with comments | « chrome/test/nacl/nacl_browsertest_util.h ('k') | chrome/test/ppapi/ppapi_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698