| Index: chrome/utility/importer/ie_importer.h
|
| diff --git a/chrome/browser/importer/ie_importer.h b/chrome/utility/importer/ie_importer.h
|
| similarity index 92%
|
| rename from chrome/browser/importer/ie_importer.h
|
| rename to chrome/utility/importer/ie_importer.h
|
| index c96200c0525817c6b7738a118065a218802e0dbd..147882c4c2954e686899ae960d5f5f659f64546f 100644
|
| --- a/chrome/browser/importer/ie_importer.h
|
| +++ b/chrome/utility/importer/ie_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_IE_IMPORTER_H_
|
| -#define CHROME_BROWSER_IMPORTER_IE_IMPORTER_H_
|
| +#ifndef CHROME_UTILITY_IMPORTER_IE_IMPORTER_H_
|
| +#define CHROME_UTILITY_IMPORTER_IE_IMPORTER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -12,7 +12,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/strings/string16.h"
|
| -#include "chrome/browser/importer/importer.h"
|
| +#include "chrome/utility/importer/importer.h"
|
|
|
| struct ImportedBookmarkEntry;
|
| struct ImportedFaviconUsage;
|
| @@ -84,4 +84,4 @@ class IEImporter : public Importer {
|
| DISALLOW_COPY_AND_ASSIGN(IEImporter);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_IMPORTER_IE_IMPORTER_H_
|
| +#endif // CHROME_UTILITY_IMPORTER_IE_IMPORTER_H_
|
|
|