Merge pull request #235 from electron/modernize-to-c11

Modernize to C++11
This commit is contained in:
Cheng Zhao 2016-07-11 09:03:09 +09:00 committed by GitHub
commit 6dfd0518cd
11 changed files with 19 additions and 19 deletions

View file

@ -113,7 +113,7 @@ class BundledDataSource : public content::URLDataSource {
}
private:
virtual ~BundledDataSource() {}
~BundledDataSource() override {}
DISALLOW_COPY_AND_ASSIGN(BundledDataSource);
};