| Index: components/translate/core/common/translate_util.cc
|
| diff --git a/components/translate/common/translate_util.cc b/components/translate/core/common/translate_util.cc
|
| similarity index 96%
|
| rename from components/translate/common/translate_util.cc
|
| rename to components/translate/core/common/translate_util.cc
|
| index 0ed624de7d9f276eb21baff037d5dcb2d1153596..205ab5552ebd7bab342366047205816b4495bd98 100644
|
| --- a/components/translate/common/translate_util.cc
|
| +++ b/components/translate/core/common/translate_util.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/translate/common/translate_util.h"
|
| +#include "components/translate/core/common/translate_util.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| #include "base/strings/string_split.h"
|
| -#include "components/translate/common/translate_switches.h"
|
| +#include "components/translate/core/common/translate_switches.h"
|
| #include "url/gurl.h"
|
|
|
| namespace {
|
|
|