Chromium Code Reviews| 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 { |