summaryrefslogtreecommitdiffstats
path: root/components/devtools_http_handler
diff options
context:
space:
mode:
authoryzshen <yzshen@chromium.org>2015-07-13 10:41:08 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-13 17:42:18 +0000
commit9f0ff749249649017c84cf1380c457d1d0be01a1 (patch)
tree2e12ab73d97769d40010a8fafb0bb125f2b0e7c4 /components/devtools_http_handler
parentb22c2fc5a4e9ab051e83c1bb40e18fbba3aa98b7 (diff)
downloadchromium_src-9f0ff749249649017c84cf1380c457d1d0be01a1.zip
chromium_src-9f0ff749249649017c84cf1380c457d1d0be01a1.tar.gz
chromium_src-9f0ff749249649017c84cf1380c457d1d0be01a1.tar.bz2
Remove mojo::ErrorHandler usage from the mojo/ folder.
The interface is deprecated. BUG=None Review URL: https://codereview.chromium.org/1236473004 Cr-Commit-Position: refs/heads/master@{#338524}
Diffstat (limited to 'components/devtools_http_handler')
-rw-r--r--components/devtools_http_handler/devtools_http_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/devtools_http_handler/devtools_http_handler.cc b/components/devtools_http_handler/devtools_http_handler.cc
index 16e7d04..0080f68 100644
--- a/components/devtools_http_handler/devtools_http_handler.cc
+++ b/components/devtools_http_handler/devtools_http_handler.cc
@@ -98,7 +98,7 @@ class ServerWrapper : net::HttpServer::Delegate {
void WriteActivePortToUserProfile(const base::FilePath& output_directory);
- virtual ~ServerWrapper() {}
+ ~ServerWrapper() override {}
private:
// net::HttpServer::Delegate implementation.