| Index: content/public/common/content_client.cc
|
| diff --git a/content/common/content_client.cc b/content/public/common/content_client.cc
|
| similarity index 96%
|
| rename from content/common/content_client.cc
|
| rename to content/public/common/content_client.cc
|
| index ed46636e8b2c7984b802e54f1c4807ac8fb5f3cc..9d4f8b6f476729342cea394d55aa24038ddbfea5 100644
|
| --- a/content/common/content_client.cc
|
| +++ b/content/public/common/content_client.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/common/content_client.h"
|
| +#include "content/public/common/content_client.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/string_piece.h"
|
|
|