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

Unified Diff: ios/chrome/browser/component_updater/ios_component_updater_configurator.h

Issue 1281913002: Componentize ComponentUpdaterConfigurator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix iOS compile Created 5 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: ios/chrome/browser/component_updater/ios_component_updater_configurator.h
diff --git a/chrome/browser/component_updater/chrome_component_updater_configurator.h b/ios/chrome/browser/component_updater/ios_component_updater_configurator.h
similarity index 52%
copy from chrome/browser/component_updater/chrome_component_updater_configurator.h
copy to ios/chrome/browser/component_updater/ios_component_updater_configurator.h
index 1e777b28d54260feaea0449b1fd0861e614be801..037c287a983daf66c87676ed89ed4dd2aeb7c70d 100644
--- a/chrome/browser/component_updater/chrome_component_updater_configurator.h
+++ b/ios/chrome/browser/component_updater/ios_component_updater_configurator.h
@@ -1,9 +1,9 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// 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_CHROME_COMPONENT_UPDATER_CONFIGURATOR_H_
-#define CHROME_BROWSER_COMPONENT_UPDATER_CHROME_COMPONENT_UPDATER_CONFIGURATOR_H_
+#ifndef IOS_CHROME_BROWSER_COMPONENT_UPDATER_IOS_COMPONENT_UPDATER_CONFIGURATOR_H_
+#define IOS_CHROME_BROWSER_COMPONENT_UPDATER_IOS_COMPONENT_UPDATER_CONFIGURATOR_H_
#include "base/memory/ref_counted.h"
#include "components/update_client/configurator.h"
@@ -18,11 +18,10 @@ class URLRequestContextGetter;
namespace component_updater {
-scoped_refptr<update_client::Configurator>
-MakeChromeComponentUpdaterConfigurator(
+scoped_refptr<update_client::Configurator> MakeIOSComponentUpdaterConfigurator(
const base::CommandLine* cmdline,
net::URLRequestContextGetter* context_getter);
} // namespace component_updater
-#endif // CHROME_BROWSER_COMPONENT_UPDATER_CHROME_COMPONENT_UPDATER_CONFIGURATOR_H_
+#endif // IOS_CHROME_BROWSER_COMPONENT_UPDATER_IOS_COMPONENT_UPDATER_CONFIGURATOR_H_

Powered by Google App Engine
This is Rietveld 408576698