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

Unified Diff: chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h

Issue 2839933005: mash: Merge ChromeLauncherController and *Impl subclass. (Closed)
Patch Set: Address comments. Created 3 years, 8 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/ui/ash/launcher/multi_profile_app_window_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h b/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h
index 3638aa68c0f16cae9ef1c893fa3516e03c7ef859..e910158dd3aaed65cb61eead5c7a609d7dd3437a 100644
--- a/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h
@@ -14,7 +14,7 @@ class MultiProfileAppWindowLauncherController
: public ExtensionAppWindowLauncherController {
public:
explicit MultiProfileAppWindowLauncherController(
- ChromeLauncherControllerImpl* owner);
+ ChromeLauncherController* owner);
~MultiProfileAppWindowLauncherController() override;
// Overridden from AppWindowLauncherController:

Powered by Google App Engine
This is Rietveld 408576698