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

Unified Diff: media/gpu/rendering_helper.h

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 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
« no previous file with comments | « extensions/shell/browser/shell_desktop_controller_aura.cc ('k') | media/gpu/rendering_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/rendering_helper.h
diff --git a/media/gpu/rendering_helper.h b/media/gpu/rendering_helper.h
index dd9f721b8805a8bd397c359e59a25f90ee141d95..7126658372aaf05e2a1d05294d18453b87b35a7e 100644
--- a/media/gpu/rendering_helper.h
+++ b/media/gpu/rendering_helper.h
@@ -29,7 +29,7 @@ namespace base {
class WaitableEvent;
}
-namespace ui {
+namespace display {
class DisplayConfigurator;
}
@@ -197,7 +197,7 @@ class RenderingHelper {
std::unique_ptr<StubOzoneDelegate> platform_window_delegate_;
#if defined(OS_CHROMEOS)
- std::unique_ptr<ui::DisplayConfigurator> display_configurator_;
+ std::unique_ptr<display::DisplayConfigurator> display_configurator_;
#endif
#endif
« no previous file with comments | « extensions/shell/browser/shell_desktop_controller_aura.cc ('k') | media/gpu/rendering_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698