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

Unified Diff: chrome/browser/file_system/file_system_dispatcher_host.h

Issue 6056007: net: Add namespace net to the remaining files under url_request directory. (Closed)
Patch Set: chromeos fixes Created 9 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
Index: chrome/browser/file_system/file_system_dispatcher_host.h
diff --git a/chrome/browser/file_system/file_system_dispatcher_host.h b/chrome/browser/file_system/file_system_dispatcher_host.h
index ab57d090eaa16ff3f6d7aa01d62b21da549e745a..865ef70b5fc596fa3ba761d1a067a2020fdceb98 100644
--- a/chrome/browser/file_system/file_system_dispatcher_host.h
+++ b/chrome/browser/file_system/file_system_dispatcher_host.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -23,9 +23,12 @@ class HostContentSettingsMap;
class Profile;
class Receiver;
class RenderMessageFilter;
-class URLRequestContext;
class URLRequestContextGetter;
+namespace net {
+class URLRequestContext;
+} // namespace net
+
namespace fileapi {
class SandboxedFileSystemContext;
class SandboxedFileSystemOperation;
@@ -93,7 +96,7 @@ class FileSystemDispatcherHost : public BrowserMessageFilter {
// This holds the URLRequestContextGetter until Init() can be called from the
// IO thread, which will extract the URLRequestContext from it.
scoped_refptr<URLRequestContextGetter> request_context_getter_;
- scoped_refptr<URLRequestContext> request_context_;
+ scoped_refptr<net::URLRequestContext> request_context_;
DISALLOW_COPY_AND_ASSIGN(FileSystemDispatcherHost);
};
« no previous file with comments | « chrome/browser/extensions/extension_updater.h ('k') | chrome/browser/geolocation/network_location_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698