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

Unified Diff: chrome/browser/ui/cocoa/rwhvm_editcommand_helper.mm

Issue 6542027: Out of line cleanups for Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac compile fix Created 9 years, 10 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
Index: chrome/browser/ui/cocoa/rwhvm_editcommand_helper.mm
diff --git a/chrome/browser/ui/cocoa/rwhvm_editcommand_helper.mm b/chrome/browser/ui/cocoa/rwhvm_editcommand_helper.mm
index 0aec09e2861389d711e8297171771e2b6a8e4fc4..7f56fe453386032f8df834fbce791ac246cf55dc 100644
--- a/chrome/browser/ui/cocoa/rwhvm_editcommand_helper.mm
+++ b/chrome/browser/ui/cocoa/rwhvm_editcommand_helper.mm
@@ -179,6 +179,8 @@ RWHVMEditCommandHelper::RWHVMEditCommandHelper() {
}
}
+RWHVMEditCommandHelper::~RWHVMEditCommandHelper() {}
+
// Dynamically adds Selectors to the aformentioned class.
void RWHVMEditCommandHelper::AddEditingSelectorsToClass(Class klass) {
for (size_t i = 0; i < arraysize(kEditCommands); ++i) {

Powered by Google App Engine
This is Rietveld 408576698