summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_protocol/external_protocol_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/external_protocol/external_protocol_handler.h')
-rw-r--r--chrome/browser/external_protocol/external_protocol_handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/external_protocol/external_protocol_handler.h b/chrome/browser/external_protocol/external_protocol_handler.h
index 0dcef53..4759805 100644
--- a/chrome/browser/external_protocol/external_protocol_handler.h
+++ b/chrome/browser/external_protocol/external_protocol_handler.h
@@ -29,8 +29,8 @@ class ExternalProtocolHandler {
// Delegate to allow unit testing to provide different behavior.
class Delegate {
public:
- virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
- ShellIntegration::DefaultWebClientObserver* observer,
+ virtual shell_integration::DefaultProtocolClientWorker* CreateShellWorker(
+ shell_integration::DefaultWebClientObserver* observer,
const std::string& protocol) = 0;
virtual BlockState GetBlockState(const std::string& scheme) = 0;
virtual void BlockRequest() = 0;