Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1095)

Unified Diff: mojo/shell/test_package_manager.h

Issue 1351833002: Fix compilation error in mojo/shell/test_package_manager.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/test_package_manager.h
diff --git a/mojo/shell/test_package_manager.h b/mojo/shell/test_package_manager.h
index 6a3e29f242f2287bfc8430f645bc5458b5956a9a..d90f26d9caef7b835a2b7077016e381b4609a753 100644
--- a/mojo/shell/test_package_manager.h
+++ b/mojo/shell/test_package_manager.h
@@ -20,7 +20,7 @@ namespace shell {
class TestPackageManager : public PackageManager {
public:
TestPackageManager();
- virtual ~TestPackageManager();
+ ~TestPackageManager() override;
void RegisterContentHandler(const std::string& mime_type,
const GURL& content_handler_url);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698