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

Unified Diff: components/component_updater/update_checker.cc

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: 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
« no previous file with comments | « components/component_updater/update_checker.h ('k') | components/component_updater/update_response.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/update_checker.cc
diff --git a/chrome/browser/component_updater/update_checker.cc b/components/component_updater/update_checker.cc
similarity index 95%
rename from chrome/browser/component_updater/update_checker.cc
rename to components/component_updater/update_checker.cc
index 64adcaa358c5e51d875d523cc36d24862db8a10c..49b2821e7972dcd6117896f863ed55c7a71e2185 100644
--- a/chrome/browser/component_updater/update_checker.cc
+++ b/components/component_updater/update_checker.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/component_updater/update_checker.h"
+#include "components/component_updater/update_checker.h"
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/strings/stringprintf.h"
#include "base/threading/thread_checker.h"
-#include "chrome/browser/component_updater/component_updater_configurator.h"
-#include "chrome/browser/component_updater/component_updater_utils.h"
-#include "chrome/browser/component_updater/crx_update_item.h"
+#include "components/component_updater/component_updater_configurator.h"
+#include "components/component_updater/component_updater_utils.h"
+#include "components/component_updater/crx_update_item.h"
#include "net/url_request/url_fetcher.h"
#include "net/url_request/url_fetcher_delegate.h"
#include "url/gurl.h"
« no previous file with comments | « components/component_updater/update_checker.h ('k') | components/component_updater/update_response.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698