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

Unified Diff: chrome/utility/importer/importer.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/utility/importer/ie_importer_win.cc ('k') | chrome/utility/importer/importer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/importer/importer.h
diff --git a/chrome/browser/importer/importer.h b/chrome/utility/importer/importer.h
similarity index 90%
rename from chrome/browser/importer/importer.h
rename to chrome/utility/importer/importer.h
index a2f2340140455606f2f35a71e082f8d24e45dc63..36483e071a71db196d08f4b087aaa4b5fd71c84c 100644
--- a/chrome/browser/importer/importer.h
+++ b/chrome/utility/importer/importer.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_H_
-#define CHROME_BROWSER_IMPORTER_IMPORTER_H_
+#ifndef CHROME_UTILITY_IMPORTER_IMPORTER_H_
+#define CHROME_UTILITY_IMPORTER_IMPORTER_H_
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
@@ -45,4 +45,4 @@ class Importer : public base::RefCountedThreadSafe<Importer> {
DISALLOW_COPY_AND_ASSIGN(Importer);
};
-#endif // CHROME_BROWSER_IMPORTER_IMPORTER_H_
+#endif // CHROME_UTILITY_IMPORTER_IMPORTER_H_
« no previous file with comments | « chrome/utility/importer/ie_importer_win.cc ('k') | chrome/utility/importer/importer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698