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

Unified Diff: chrome/browser/chrome_browser_main_extra_parts_exo.cc

Issue 2935893004: Add unittest for ArcNotificationContentView (Closed)
Patch Set: . Created 3 years, 6 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 | « chrome/browser/chrome_browser_main_extra_parts_exo.h ('k') | ui/arc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_extra_parts_exo.cc
diff --git a/chrome/browser/chrome_browser_main_extra_parts_exo.cc b/chrome/browser/chrome_browser_main_extra_parts_exo.cc
index f955c0a7ffe7e004b8d13ba5f91f440ae819a87d..4927bbd08b0f1e95d7654eab67bf9eb43f267cbe 100644
--- a/chrome/browser/chrome_browser_main_extra_parts_exo.cc
+++ b/chrome/browser/chrome_browser_main_extra_parts_exo.cc
@@ -20,7 +20,7 @@
#include "components/exo/wm_helper_ash.h"
#include "components/exo/wm_helper_mus.h"
#include "content/public/browser/browser_thread.h"
-#include "ui/arc/notification/arc_notification_surface_manager.h"
+#include "ui/arc/notification/arc_notification_surface_manager_impl.h"
#if defined(USE_GLIB)
namespace {
@@ -123,7 +123,7 @@ void ChromeBrowserMainExtraPartsExo::PreProfileInit() {
return;
arc_notification_surface_manager_ =
- base::MakeUnique<arc::ArcNotificationSurfaceManager>();
+ base::MakeUnique<arc::ArcNotificationSurfaceManagerImpl>();
if (ash_util::IsRunningInMash())
wm_helper_ = base::MakeUnique<exo::WMHelperMus>();
else
« no previous file with comments | « chrome/browser/chrome_browser_main_extra_parts_exo.h ('k') | ui/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698