diff options
Diffstat (limited to 'chrome/browser/external_protocol')
-rw-r--r-- | chrome/browser/external_protocol/external_protocol_handler_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/external_protocol/external_protocol_handler_unittest.cc b/chrome/browser/external_protocol/external_protocol_handler_unittest.cc index 14ced2f..167c1e0 100644 --- a/chrome/browser/external_protocol/external_protocol_handler_unittest.cc +++ b/chrome/browser/external_protocol/external_protocol_handler_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -21,6 +21,8 @@ class FakeExternalProtocolHandlerWorker os_state_(os_state) {} private: + virtual ~FakeExternalProtocolHandlerWorker() {} + virtual ShellIntegration::DefaultWebClientState CheckIsDefault() { return os_state_; } |