| Index: components/history/core/common/thumbnail_score.h
|
| diff --git a/chrome/common/thumbnail_score.h b/components/history/core/common/thumbnail_score.h
|
| similarity index 96%
|
| rename from chrome/common/thumbnail_score.h
|
| rename to components/history/core/common/thumbnail_score.h
|
| index 486a4bcc694dd86d2ef711090c503a11789c072a..a3eca0dac33401a2f1fccb9beb1a89659c6171aa 100644
|
| --- a/chrome/common/thumbnail_score.h
|
| +++ b/components/history/core/common/thumbnail_score.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_THUMBNAIL_SCORE_H_
|
| -#define CHROME_COMMON_THUMBNAIL_SCORE_H_
|
| +#ifndef COMPONENTS_HISTORY_CORE_COMMON_THUMBNAIL_SCORE_H_
|
| +#define COMPONENTS_HISTORY_CORE_COMMON_THUMBNAIL_SCORE_H_
|
|
|
| #include <string>
|
| #include "base/time/time.h"
|
| @@ -109,4 +109,4 @@ struct ThumbnailScore {
|
| bool ShouldReplaceThumbnailWith(const ThumbnailScore& current,
|
| const ThumbnailScore& replacement);
|
|
|
| -#endif // CHROME_COMMON_THUMBNAIL_SCORE_H_
|
| +#endif // COMPONENTS_HISTORY_CORE_COMMON_THUMBNAIL_SCORE_H_
|
|
|