Index: content/test/net/url_request_mock_http_job.cc |
diff --git a/content/test/net/url_request_mock_http_job.cc b/content/test/net/url_request_mock_http_job.cc |
index 404882c6ac3b34fa56bf9403c235d1567a265071..f36cdf142b19d293425c9a10d714689333aea890 100644 |
--- a/content/test/net/url_request_mock_http_job.cc |
+++ b/content/test/net/url_request_mock_http_job.cc |
@@ -95,7 +95,7 @@ GURL URLRequestMockHTTPJob::GetMockUrl(const base::FilePath& path) { |
// static |
GURL URLRequestMockHTTPJob::GetMockViewSourceUrl(const base::FilePath& path) { |
- std::string url = chrome::kViewSourceScheme; |
+ std::string url = kViewSourceScheme; |
url.append(":"); |
url.append(GetMockUrl(path).spec()); |
return GURL(url); |