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

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: add more checked casts 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..8c722c5fc493f36fa000a8dde3601f363144d46a 100644
--- a/chrome/browser/component_updater/update_response.cc
+++ b/components/component_updater/update_response.cc
@@ -2,15 +2,17 @@
// 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 <libxml/tree.h>
+
#include "base/memory/scoped_ptr.h"
#include "base/stl_util.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "base/version.h"
-#include "libxml/tree.h"
blundell 2014/08/12 12:33:49 How did this work before?
tommycli 2014/08/12 18:38:05 Done.
#include "third_party/libxml/chromium/libxml_utils.h"
namespace component_updater {

Powered by Google App Engine
This is Rietveld 408576698