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

Unified Diff: chrome/browser/translate/translate_service_unittest.cc

Issue 273193004: Move some content url constants to /url. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing files. Created 6 years, 7 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
Index: chrome/browser/translate/translate_service_unittest.cc
diff --git a/chrome/browser/translate/translate_service_unittest.cc b/chrome/browser/translate/translate_service_unittest.cc
index 9628fce1cc4553cf71dcbcae9856201148d5f951..fa9574c88b664e106b9b05acda583065e555d51f 100644
--- a/chrome/browser/translate/translate_service_unittest.cc
+++ b/chrome/browser/translate/translate_service_unittest.cc
@@ -33,7 +33,7 @@ TEST(TranslateServiceTest, CheckTranslatableURL) {
EXPECT_FALSE(TranslateService::IsTranslatableURL(filemanager_url));
#endif
- std::string ftp = std::string(content::kFtpScheme) + "://google.com/pub";
+ std::string ftp = std::string(url::kFtpScheme) + "://google.com/pub";
GURL ftp_url = GURL(ftp);
EXPECT_FALSE(TranslateService::IsTranslatableURL(ftp_url));
« no previous file with comments | « chrome/browser/translate/translate_service.cc ('k') | chrome/browser/ui/app_list/search/common/webservice_search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698