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

Unified Diff: chrome/browser/custom_handlers/protocol_handler_registry.h

Issue 8437002: Move BrowserThread to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few updates. Created 9 years, 2 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/browser/crash_upload_list.cc ('k') | chrome/browser/custom_handlers/protocol_handler_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/custom_handlers/protocol_handler_registry.h
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.h b/chrome/browser/custom_handlers/protocol_handler_registry.h
index 029801ea4f1d2b146bee32c78e06a7db947ff89f..98d3e02d9af288b6a254c6e11ed3f069d7cc37de 100644
--- a/chrome/browser/custom_handlers/protocol_handler_registry.h
+++ b/chrome/browser/custom_handlers/protocol_handler_registry.h
@@ -28,8 +28,8 @@
// instances of this class.
class ProtocolHandlerRegistry
- : public base::RefCountedThreadSafe<ProtocolHandlerRegistry,
- BrowserThread::DeleteOnIOThread> {
+ : public base::RefCountedThreadSafe<
+ ProtocolHandlerRegistry, content::BrowserThread::DeleteOnIOThread> {
public:
class DefaultClientObserver
: public ShellIntegration::DefaultWebClientObserver {
« no previous file with comments | « chrome/browser/crash_upload_list.cc ('k') | chrome/browser/custom_handlers/protocol_handler_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698