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

Unified Diff: chrome/browser/component_updater/test/cld_component_installer_unittest.cc

Issue 285293004: Allow browser tests to run with dynamic CLD data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cld_uma
Patch Set: Yet more #ifdefs for compiler cleanliness 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/component_updater/test/cld_component_installer_unittest.cc
diff --git a/chrome/browser/component_updater/test/cld_component_installer_unittest.cc b/chrome/browser/component_updater/test/cld_component_installer_unittest.cc
index 67803df49d36d01b1d599a59028bf0bd2c217036..6fc4f14b73b4dcd57bae5db09d4c016425f926fc 100644
--- a/chrome/browser/component_updater/test/cld_component_installer_unittest.cc
+++ b/chrome/browser/component_updater/test/cld_component_installer_unittest.cc
@@ -76,7 +76,8 @@ TEST_F(CldComponentInstallerTest, OnCustomInstall) {
TEST_F(CldComponentInstallerTest, GetInstalledPath) {
const base::FilePath base_dir;
- const base::FilePath result = traits.GetInstalledPath(base_dir);
+ const base::FilePath result =
+ CldComponentInstallerTraits::GetInstalledPath(base_dir);
ASSERT_TRUE(EndsWith(result.value(), chrome::kCLDDataFilename, true));
}
« no previous file with comments | « chrome/browser/component_updater/cld_component_installer.cc ('k') | chrome/browser/translate/translate_browser_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698