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

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

Issue 5298008: net: Add namespace net to URLRequest and URLRequestJob classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some chromeos fixes Created 10 years, 1 month 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 6c10f9f9a83cdfcd7c1c90f71d95667203bd6c61..0ae0b712cb52fd0f6c6e3da271ec1dc12467dd2f 100644
--- a/chrome/browser/chromeos/login/registration_screen.h
+++ b/chrome/browser/chromeos/login/registration_screen.h
@@ -14,11 +14,14 @@
#include "chrome/browser/chromeos/login/web_page_screen.h"
#include "chrome/browser/chromeos/login/web_page_view.h"
+namespace net {
+class URLRequest;
+class URLRequestJob;
+} // namespace net
+
class GURL;
class Profile;
class SiteContents;
-class URLRequest;
-class URLRequestJob;
class WizardScreenDelegate;
namespace chromeos {
@@ -74,8 +77,8 @@ class RegistrationScreen : public ViewScreen<RegistrationView>,
static void set_registration_host_page_url(const GURL& url);
// Handler factory for URLRequestFilter::AddHostnameHandler.
- static URLRequestJob* Factory(URLRequest* request,
- const std::string& scheme);
+ static net::URLRequestJob* Factory(net::URLRequest* request,
+ const std::string& scheme);
private:
// ViewScreen implementation:

Powered by Google App Engine
This is Rietveld 408576698