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

Unified Diff: chrome/browser/extensions/extension_history_api.h

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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/extensions/extension_history_api.h
diff --git a/chrome/browser/extensions/extension_history_api.h b/chrome/browser/extensions/extension_history_api.h
index 9bd89e3811a7ebc5d2c8c52004a47940f39d84fc..a0694f41f4116ef64ff35b6c0e7e79fc5ff74284 100644
--- a/chrome/browser/extensions/extension_history_api.h
+++ b/chrome/browser/extensions/extension_history_api.h
@@ -28,8 +28,8 @@ class ExtensionHistoryEventRouter : public NotificationObserver {
private:
friend struct DefaultSingletonTraits<ExtensionHistoryEventRouter>;
- ExtensionHistoryEventRouter() {}
- virtual ~ExtensionHistoryEventRouter() {}
+ ExtensionHistoryEventRouter();
+ virtual ~ExtensionHistoryEventRouter();
// NotificationObserver::Observe.
virtual void Observe(NotificationType type,

Powered by Google App Engine
This is Rietveld 408576698