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

Unified Diff: chrome/test/base/testing_browser_process.cc

Issue 138553004: Move component updater artifacts into component_updater namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « chrome/test/base/testing_browser_process.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_browser_process.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index f229407e56f690172368100a0cc07b4d76ec7245..b415858d395489eb7ec646f35f074b617586995a 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -340,7 +340,8 @@ prerender::PrerenderTracker* TestingBrowserProcess::prerender_tracker() {
#endif
}
-ComponentUpdateService* TestingBrowserProcess::component_updater() {
+component_updater::ComponentUpdateService*
+TestingBrowserProcess::component_updater() {
return NULL;
}
@@ -348,7 +349,8 @@ CRLSetFetcher* TestingBrowserProcess::crl_set_fetcher() {
return NULL;
}
-PnaclComponentInstaller* TestingBrowserProcess::pnacl_component_installer() {
+component_updater::PnaclComponentInstaller*
+TestingBrowserProcess::pnacl_component_installer() {
return NULL;
}
« no previous file with comments | « chrome/test/base/testing_browser_process.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698