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

Unified Diff: chrome/installer/setup/install.h

Issue 2589753002: Remove multi-install from chrome/installer/setup. (Closed)
Patch Set: revert util/product changes for now Created 4 years 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/installer/setup/install.h
diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h
index b648f1aa36601ef1f8397e7fd199160858669c69..20ebd55d91f49121dc0f49be627169532d890d06 100644
--- a/chrome/installer/setup/install.h
+++ b/chrome/installer/setup/install.h
@@ -7,14 +7,7 @@
#ifndef CHROME_INSTALLER_SETUP_INSTALL_H_
#define CHROME_INSTALLER_SETUP_INSTALL_H_
-#include <vector>
-
#include "base/strings/string16.h"
-#include "base/version.h"
-#include "chrome/installer/setup/installer_state.h"
-#include "chrome/installer/util/installation_state.h"
-#include "chrome/installer/util/master_preferences.h"
-#include "chrome/installer/util/product.h"
#include "chrome/installer/util/util_constants.h"
namespace base {
@@ -27,6 +20,7 @@ namespace installer {
class InstallationState;
class InstallerState;
class MasterPreferences;
+class Product;
enum InstallShortcutOperation {
// Create all shortcuts (potentially skipping those explicitly stated not to

Powered by Google App Engine
This is Rietveld 408576698