summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_about_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_about_handler.cc')
-rw-r--r--chrome/browser/browser_about_handler.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc
index 54bd4f0..21b166e 100644
--- a/chrome/browser/browser_about_handler.cc
+++ b/chrome/browser/browser_about_handler.cc
@@ -112,6 +112,7 @@ class AboutSource : public ChromeURLDataManager::DataSource {
public:
// Creates our datasource.
AboutSource();
+ virtual ~AboutSource();
// Called when the network layer has requested a resource underneath
// the path we registered.
@@ -125,8 +126,6 @@ class AboutSource : public ChromeURLDataManager::DataSource {
void FinishDataRequest(const std::string& html, int request_id);
private:
- virtual ~AboutSource();
-
DISALLOW_COPY_AND_ASSIGN(AboutSource);
};