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

Unified Diff: chrome/browser/extensions/api/system_info/system_info_api.cc

Issue 138003007: [Cleanup] Screen cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make sure screen_for_shutdown is reset everytime Created 6 years, 11 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/api/system_info/system_info_api.cc
diff --git a/chrome/browser/extensions/api/system_info/system_info_api.cc b/chrome/browser/extensions/api/system_info/system_info_api.cc
index 274468b54ac0a735f8339a3c4c426650af9c52de..02dbf645af0c25f4086fd3c4fe16097bbe3ee7f0 100644
--- a/chrome/browser/extensions/api/system_info/system_info_api.cc
+++ b/chrome/browser/extensions/api/system_info/system_info_api.cc
@@ -23,8 +23,8 @@
#include "ui/gfx/display_observer.h"
#if defined(USE_ASH)
-#include "ash/screen_ash.h"
#include "ash/shell.h"
+#include "ui/gfx/screen.h"
#endif
namespace extensions {

Powered by Google App Engine
This is Rietveld 408576698