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

Unified Diff: chrome/browser/extensions/api/system_display/system_display_apitest.cc

Issue 138003007: [Cleanup] Screen cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix conflict 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_display/system_display_apitest.cc
diff --git a/chrome/browser/extensions/api/system_display/system_display_apitest.cc b/chrome/browser/extensions/api/system_display/system_display_apitest.cc
index 57c741d580ae1ed91ec1e3a8e4f931a09ff058d4..17a0dcf1182fb9254755c14fd083490d9bb191b8 100644
--- a/chrome/browser/extensions/api/system_display/system_display_apitest.cc
+++ b/chrome/browser/extensions/api/system_display/system_display_apitest.cc
@@ -14,7 +14,7 @@
#include "ui/gfx/screen.h"
#if defined(OS_CHROMEOS)
-#include "ash/screen_ash.h"
+#include "ash/display/screen_ash.h"
#include "ash/shell.h"
#endif
@@ -185,7 +185,7 @@ class SystemDisplayApiTest: public ExtensionApiTest {
virtual void CleanUpOnMainThread() OVERRIDE {
#if defined(OS_CHROMEOS)
gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE,
- ash::Shell::GetInstance()->screen());
+ ash::Shell::GetScreen());
Jun Mukai 2014/01/15 19:20:15 Doesn't it fit into the previous line?
oshima 2014/01/15 19:42:51 nope (85 chars)
#endif
ExtensionApiTest::CleanUpOnMainThread();
}

Powered by Google App Engine
This is Rietveld 408576698