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

Unified Diff: chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.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/views/ash/chrome_browser_main_extra_parts_ash.h
diff --git a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h
index 552c0b0852db3550850daf4f69614b982b2a5929..4589e7e48c1d153b4fc4f4db0de086ed5dcd6626 100644
--- a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h
+++ b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h
@@ -16,7 +16,7 @@ class ShelfModel;
class AshInit;
class CastConfigClientMediaRouter;
-class ChromeLauncherControllerImpl;
+class ChromeLauncherController;
class ChromeNewWindowClient;
class ChromeShellContentState;
class ImmersiveContextMus;
@@ -57,7 +57,7 @@ class ChromeBrowserMainExtraPartsAsh : public ChromeBrowserMainExtraParts {
// These are only used in Mash; corresponding instances are owned by Ash's
// ShelfController and ChromeShellDelegate in classic Ash.
std::unique_ptr<ash::ShelfModel> chrome_shelf_model_;
- std::unique_ptr<ChromeLauncherControllerImpl> chrome_launcher_controller_;
+ std::unique_ptr<ChromeLauncherController> chrome_launcher_controller_;
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainExtraPartsAsh);
};

Powered by Google App Engine
This is Rietveld 408576698