| Index: chrome/common/chrome_content_client_unittest.cc
|
| diff --git a/chrome/common/chrome_content_client_unittest.cc b/chrome/common/chrome_content_client_unittest.cc
|
| index 2d281ccb6f755091ade15877d104718c6d6a2437..4fe2853e2f7bab1c0ec0b1f08e307cbe064a9598 100644
|
| --- a/chrome/common/chrome_content_client_unittest.cc
|
| +++ b/chrome/common/chrome_content_client_unittest.cc
|
| @@ -15,7 +15,7 @@ void CheckUserAgentStringOrdering(bool mobile_device) {
|
| std::vector<std::string> pieces;
|
|
|
| // Check if the pieces of the user agent string come in the correct order.
|
| - chrome::ChromeContentClient content_client;
|
| + ChromeContentClient content_client;
|
| std::string buffer = content_client.GetUserAgent();
|
|
|
| base::SplitStringUsingSubstr(buffer, "Mozilla/5.0 (", &pieces);
|
|
|