Index: content/public/test/browser_test_base.h |
diff --git a/content/public/test/browser_test_base.h b/content/public/test/browser_test_base.h |
index 3dab355d06066646a9e6d8e0e4d89d9ba74d852f..7e36ce64411c4f12e1d4d7ce9712c139d481fb55 100644 |
--- a/content/public/test/browser_test_base.h |
+++ b/content/public/test/browser_test_base.h |
@@ -11,9 +11,8 @@ |
#include "net/test/spawned_test_server/spawned_test_server.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-class CommandLine; |
- |
namespace base { |
+class CommandLine; |
class FilePath; |
} |
@@ -53,7 +52,7 @@ class BrowserTestBase : public testing::Test { |
virtual void TearDownOnMainThread() {} |
// Override this to add command line flags specific to your test. |
- virtual void SetUpCommandLine(CommandLine* command_line) {} |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) {} |
// Returns the host resolver being used for the tests. Subclasses might want |
// to configure it inside tests. |