| 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"
|
|
|