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

Unified Diff: extensions/shell/browser/shell_desktop_controller_aura.h

Issue 972153004: Make ui::DisplayConfigurator a singleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make a Singleton Created 5 years, 9 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: extensions/shell/browser/shell_desktop_controller_aura.h
diff --git a/extensions/shell/browser/shell_desktop_controller_aura.h b/extensions/shell/browser/shell_desktop_controller_aura.h
index 5fcc058a1474c5cf448d79451c7075be3553307b..efeabd7c8b7e7d2737ed2df8f0cfa526b3529873 100644
--- a/extensions/shell/browser/shell_desktop_controller_aura.h
+++ b/extensions/shell/browser/shell_desktop_controller_aura.h
@@ -111,7 +111,7 @@ class ShellDesktopControllerAura
gfx::Size GetPrimaryDisplaySize();
#if defined(OS_CHROMEOS)
- scoped_ptr<ui::DisplayConfigurator> display_configurator_;
+ ui::DisplayConfigurator* display_configurator_;
#endif
scoped_ptr<ShellScreen> screen_;
« no previous file with comments | « content/common/gpu/media/rendering_helper.cc ('k') | extensions/shell/browser/shell_desktop_controller_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698