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

Unified Diff: chrome/browser/favicon/imported_favicon_usage.cc

Issue 14575004: Extract BookmarksFileImporter from Firefox2Importer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test cleanup Created 7 years, 7 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
Index: chrome/browser/favicon/imported_favicon_usage.cc
diff --git a/content/common/font_list.cc b/chrome/browser/favicon/imported_favicon_usage.cc
similarity index 51%
copy from content/common/font_list.cc
copy to chrome/browser/favicon/imported_favicon_usage.cc
index 398ee80cf60525da22e5f6339360722920d1836c..42da2864f8e0d25d6075c832c0d4c64b26c2d7e5 100644
--- a/content/common/font_list.cc
+++ b/chrome/browser/favicon/imported_favicon_usage.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 "content/common/font_list.h"
+#include "chrome/browser/favicon/imported_favicon_usage.h"
-namespace content {
-const char kFontListSequenceToken[] = "_font_list_sequence_token_";
+ImportedFaviconUsage::ImportedFaviconUsage() {
+}
+
+ImportedFaviconUsage::~ImportedFaviconUsage() {
}

Powered by Google App Engine
This is Rietveld 408576698