Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: components/history/core/common/thumbnail_score_unittest.cc

Issue 304273010: Move thumbnail to history component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to ToT and formatting code Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/history/core/common/thumbnail_score.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/common/thumbnail_score_unittest.cc
diff --git a/chrome/common/thumbnail_score_unittest.cc b/components/history/core/common/thumbnail_score_unittest.cc
similarity index 98%
rename from chrome/common/thumbnail_score_unittest.cc
rename to components/history/core/common/thumbnail_score_unittest.cc
index 7e17ada4a07abaaaca7b268434748b2f1e3fa92d..37c2336cc742a48f2f25766e7f553568265a4891 100644
--- a/chrome/common/thumbnail_score_unittest.cc
+++ b/components/history/core/common/thumbnail_score_unittest.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 "chrome/common/thumbnail_score.h"
+#include "components/history/core/common/thumbnail_score.h"
#include "testing/gtest/include/gtest/gtest.h"
// Tests that the different types of thumbnails are compared properly.
« no previous file with comments | « components/history/core/common/thumbnail_score.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698