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

Unified Diff: components/component_updater/update_response.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
Index: components/component_updater/update_response.cc
diff --git a/chrome/browser/component_updater/update_response.cc b/components/component_updater/update_response.cc
similarity index 99%
rename from chrome/browser/component_updater/update_response.cc
rename to components/component_updater/update_response.cc
index 2b5a98e99afed1c37bb521e10ad81ac6ca775c2d..a4770a988eb99f3410e8da16292b2434b1f51055 100644
--- a/chrome/browser/component_updater/update_response.cc
+++ b/components/component_updater/update_response.cc
@@ -2,8 +2,10 @@
// 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_response.h"
+#include "components/component_updater/update_response.h"
+
#include <algorithm>
+
#include "base/memory/scoped_ptr.h"
#include "base/stl_util.h"
#include "base/strings/string_number_conversions.h"
« no previous file with comments | « components/component_updater/update_response.h ('k') | components/component_updater/url_fetcher_downloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698