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

Unified Diff: ui/base/x/work_area_watcher_x.cc

Issue 10795024: ui: Forward declare DefaultSingletonTraits in header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: ui/base/x/work_area_watcher_x.cc
diff --git a/ui/base/x/work_area_watcher_x.cc b/ui/base/x/work_area_watcher_x.cc
index 0e2aaa2cc93706e1288a5e062b89c4c70bb35680..053b48990110ae5666ad67c461b4d2301a81df67 100644
--- a/ui/base/x/work_area_watcher_x.cc
+++ b/ui/base/x/work_area_watcher_x.cc
@@ -4,6 +4,7 @@
#include "ui/base/x/work_area_watcher_x.h"
+#include "base/memory/singleton.h"
#include "ui/base/work_area_watcher_observer.h"
#include "ui/base/x/root_window_property_watcher_x.h"
#include "ui/base/x/x11_util.h"

Powered by Google App Engine
This is Rietveld 408576698