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

Unified Diff: chrome/utility/importer/external_process_importer_bridge.h

Issue 18501013: Move most importer code to chrome/utility/importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac4 Created 7 years, 5 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/utility/importer/external_process_importer_bridge.h
diff --git a/chrome/browser/importer/external_process_importer_bridge.h b/chrome/utility/importer/external_process_importer_bridge.h
similarity index 88%
rename from chrome/browser/importer/external_process_importer_bridge.h
rename to chrome/utility/importer/external_process_importer_bridge.h
index 6bb8c7411d3e8948debf70c45eab3d93b607b425..721bd773bb92333bf067267f3aaeedb3e3a3af40 100644
--- a/chrome/browser/importer/external_process_importer_bridge.h
+++ b/chrome/utility/importer/external_process_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_EXTERNAL_PROCESS_IMPORTER_BRIDGE_H_
-#define CHROME_BROWSER_IMPORTER_EXTERNAL_PROCESS_IMPORTER_BRIDGE_H_
+#ifndef CHROME_UTILITY_IMPORTER_EXTERNAL_PROCESS_IMPORTER_BRIDGE_H_
+#define CHROME_UTILITY_IMPORTER_EXTERNAL_PROCESS_IMPORTER_BRIDGE_H_
#include <string>
#include <vector>
@@ -11,7 +11,8 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/importer/importer_bridge.h"
+#include "chrome/common/importer/importer_bridge.h"
+#include "chrome/common/importer/importer_visit_source.h"
class GURL;
struct ImportedBookmarkEntry;
@@ -62,7 +63,7 @@ class ExternalProcessImporterBridge : public ImporterBridge {
const std::vector<ImportedFaviconUsage>& favicons) OVERRIDE;
virtual void SetHistoryItems(const std::vector<ImporterURLRow>& rows,
- history::VisitSource visit_source) OVERRIDE;
+ ImporterVisitSource visit_source) OVERRIDE;
virtual void SetKeywords(
const std::vector<importer::URLKeywordInfo>& url_keywords,
@@ -98,4 +99,4 @@ class ExternalProcessImporterBridge : public ImporterBridge {
DISALLOW_COPY_AND_ASSIGN(ExternalProcessImporterBridge);
};
-#endif // CHROME_BROWSER_IMPORTER_EXTERNAL_PROCESS_IMPORTER_BRIDGE_H_
+#endif // CHROME_UTILITY_IMPORTER_EXTERNAL_PROCESS_IMPORTER_BRIDGE_H_

Powered by Google App Engine
This is Rietveld 408576698