Index: chrome/common/importer/importer_bridge.h |
diff --git a/chrome/browser/importer/importer_bridge.h b/chrome/common/importer/importer_bridge.h |
similarity index 90% |
rename from chrome/browser/importer/importer_bridge.h |
rename to chrome/common/importer/importer_bridge.h |
index 78d39ec764a18d918eabaf3e846387bbee2dce79..e9c195e25b678ad60ce804cddbcc970811544f8e 100644 |
--- a/chrome/browser/importer/importer_bridge.h |
+++ b/chrome/common/importer/importer_bridge.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_BROWSER_IMPORTER_IMPORTER_BRIDGE_H_ |
-#define CHROME_BROWSER_IMPORTER_IMPORTER_BRIDGE_H_ |
+#ifndef CHROME_COMMON_IMPORTER_IMPORTER_BRIDGE_H_ |
+#define CHROME_COMMON_IMPORTER_IMPORTER_BRIDGE_H_ |
#include <string> |
#include <vector> |
@@ -12,9 +12,9 @@ |
#include "base/memory/ref_counted.h" |
#include "base/strings/string16.h" |
#include "build/build_config.h" |
-#include "chrome/browser/history/history_types.h" |
#include "chrome/common/importer/importer_data_types.h" |
#include "chrome/common/importer/importer_url_row.h" |
+#include "chrome/common/importer/importer_visit_source.h" |
class GURL; |
struct ImportedBookmarkEntry; |
@@ -51,7 +51,7 @@ class ImporterBridge : public base::RefCountedThreadSafe<ImporterBridge> { |
const std::vector<ImportedFaviconUsage>& favicons) = 0; |
virtual void SetHistoryItems(const std::vector<ImporterURLRow>& rows, |
- history::VisitSource visit_source) = 0; |
+ ImporterVisitSource visit_source) = 0; |
virtual void SetKeywords( |
const std::vector<importer::URLKeywordInfo>& url_keywords, |
@@ -92,4 +92,4 @@ class ImporterBridge : public base::RefCountedThreadSafe<ImporterBridge> { |
DISALLOW_COPY_AND_ASSIGN(ImporterBridge); |
}; |
-#endif // CHROME_BROWSER_IMPORTER_IMPORTER_BRIDGE_H_ |
+#endif // CHROME_COMMON_IMPORTER_IMPORTER_BRIDGE_H_ |