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

Unified Diff: ash/desktop_background/desktop_background_widget_controller.cc

Issue 10829347: Fix compile error on clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « ash/desktop_background/desktop_background_widget_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/desktop_background/desktop_background_widget_controller.cc
diff --git a/ash/desktop_background/desktop_background_widget_controller.cc b/ash/desktop_background/desktop_background_widget_controller.cc
index 5d2bf71038f005176a0b13cb4f07ff806eb6658b..cb7a369f09120c7e68b654f28ca82e0da4610a65 100644
--- a/ash/desktop_background/desktop_background_widget_controller.cc
+++ b/ash/desktop_background/desktop_background_widget_controller.cc
@@ -59,6 +59,9 @@ ComponentWrapper::ComponentWrapper(
component_.reset(component);
}
+ComponentWrapper::~ComponentWrapper() {
+}
+
DesktopBackgroundWidgetController* ComponentWrapper::GetComponent(
bool pass_ownership) {
if (pass_ownership)
« no previous file with comments | « ash/desktop_background/desktop_background_widget_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698