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

Unified Diff: chrome/browser/chromeos/login/registration_screen.h

Issue 6037013: net: Add namespace net to URLRequestFilter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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/chromeos/login/registration_screen.h
diff --git a/chrome/browser/chromeos/login/registration_screen.h b/chrome/browser/chromeos/login/registration_screen.h
index 0ae0b712cb52fd0f6c6e3da271ec1dc12467dd2f..ed9279e10a00132a4f9f3fc6c40097e50ddd6c8e 100644
--- a/chrome/browser/chromeos/login/registration_screen.h
+++ b/chrome/browser/chromeos/login/registration_screen.h
@@ -76,7 +76,7 @@ class RegistrationScreen : public ViewScreen<RegistrationView>,
// Sets the url for registration host page. Used in tests.
static void set_registration_host_page_url(const GURL& url);
- // Handler factory for URLRequestFilter::AddHostnameHandler.
+ // Handler factory for net::URLRequestFilter::AddHostnameHandler.
static net::URLRequestJob* Factory(net::URLRequest* request,
const std::string& scheme);

Powered by Google App Engine
This is Rietveld 408576698