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

Unified Diff: components/component_updater/component_updater_configurator.h

Issue 449643002: Componentize component_updater: Move over a bunch of files to the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extensions from component_updater.gypi dependencies, due to introducing cycle Created 6 years, 4 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: components/component_updater/component_updater_configurator.h
diff --git a/chrome/browser/component_updater/component_updater_configurator.h b/components/component_updater/component_updater_configurator.h
similarity index 90%
rename from chrome/browser/component_updater/component_updater_configurator.h
rename to components/component_updater/component_updater_configurator.h
index 09daa91d44decb2ba59104692efcb3a7ff40b5f1..faee64ab7b88ea925182f5c5b792e07e95461a92 100644
--- a/chrome/browser/component_updater/component_updater_configurator.h
+++ b/components/component_updater/component_updater_configurator.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_CONFIGURATOR_H_
-#define CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_CONFIGURATOR_H_
+#ifndef COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_CONFIGURATOR_H_
+#define COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_CONFIGURATOR_H_
#include <string>
@@ -13,7 +13,6 @@
class GURL;
namespace base {
-class CommandLine;
class SingleThreadTaskRunner;
class SequencedTaskRunner;
class Version;
@@ -110,10 +109,6 @@ class Configurator {
GetSingleThreadTaskRunner() const = 0;
};
-Configurator* MakeChromeComponentUpdaterConfigurator(
- const base::CommandLine* cmdline,
- net::URLRequestContextGetter* context_getter);
-
} // namespace component_updater
-#endif // CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_CONFIGURATOR_H_
+#endif // COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_CONFIGURATOR_H_

Powered by Google App Engine
This is Rietveld 408576698