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

Unified Diff: chrome/common/importer/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: another gyp attempt 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
« no previous file with comments | « chrome/common/importer/ie_importer_utils_win.cc ('k') | chrome/common/importer/importer_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 93%
rename from chrome/browser/importer/importer_bridge.h
rename to chrome/common/importer/importer_bridge.h
index 335eb3c97f551f4b6bf32b4096cb2cfa2cd86964..94a89c24c0ddbfa177301fe8dda7a951982bac0e 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,7 +12,6 @@
#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"
@@ -92,4 +91,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_
« no previous file with comments | « chrome/common/importer/ie_importer_utils_win.cc ('k') | chrome/common/importer/importer_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698