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

Unified Diff: content/public/browser/url_data_source.cc

Issue 12093012: Clean up of url data manager classes in content: move URLDataSourceImpl to its own file, move all t… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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 | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/url_data_source.cc
===================================================================
--- content/public/browser/url_data_source.cc (revision 179094)
+++ content/public/browser/url_data_source.cc (working copy)
@@ -11,7 +11,7 @@
void URLDataSource::Add(BrowserContext* browser_context,
URLDataSource* source) {
- ChromeURLDataManager::AddDataSource(browser_context, source);
+ URLDataManager::AddDataSource(browser_context, source);
}
MessageLoop* URLDataSource::MessageLoopForRequestPath(
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698