Index: chrome/browser/chrome_content_browser_client_unittest.cc |
diff --git a/chrome/browser/chrome_content_browser_client_unittest.cc b/chrome/browser/chrome_content_browser_client_unittest.cc |
index 9d9dbebae64203612c737a05d4c8ecd32bdf7eee..32ed67436d17beac0c7353a5aa5c703932d967cb 100644 |
--- a/chrome/browser/chrome_content_browser_client_unittest.cc |
+++ b/chrome/browser/chrome_content_browser_client_unittest.cc |
@@ -36,8 +36,8 @@ TEST_F(ChromeContentBrowserClientTest, ShouldAssignSiteForURL) { |
class DisableWebRtcEncryptionFlagTest : public testing::Test { |
public: |
DisableWebRtcEncryptionFlagTest() |
- : from_command_line_(CommandLine::NO_PROGRAM), |
- to_command_line_(CommandLine::NO_PROGRAM) {} |
+ : from_command_line_(base::CommandLine::NO_PROGRAM), |
+ to_command_line_(base::CommandLine::NO_PROGRAM) {} |
protected: |
void SetUp() override { |
@@ -51,8 +51,8 @@ class DisableWebRtcEncryptionFlagTest : public testing::Test { |
channel); |
} |
- CommandLine from_command_line_; |
- CommandLine to_command_line_; |
+ base::CommandLine from_command_line_; |
+ base::CommandLine to_command_line_; |
DISALLOW_COPY_AND_ASSIGN(DisableWebRtcEncryptionFlagTest); |
}; |