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

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

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years, 1 month 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/chrome_launcher_controller_impl.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
index 44c677510d006fd28ef6247e2f04acd1a982dcfc..c1991c00423fb6e1dd792e221fc1b4e546c6d7a5 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
@@ -28,7 +28,6 @@ class AppSyncUIState;
class BrowserStatusMonitor;
class Profile;
class AppWindowLauncherController;
-class TabContents;
namespace ash {
class ShelfModel;
@@ -37,18 +36,10 @@ class ChromeLauncherPrefsObserver;
}
}
-namespace aura {
-class Window;
-}
-
namespace content {
class BrowserContext;
}
-namespace extensions {
-class Extension;
-}
-
class ChromeLauncherControllerUserSwitchObserver;
// Implementation of ChromeLauncherController, used for classic Ash.
« no previous file with comments | « chrome/browser/ui/ash/launcher/chrome_launcher_controller.h ('k') | chrome/browser/ui/ash/launcher/launcher_favicon_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698