| Index: chrome/utility/importer/bookmarks_file_importer.h
|
| diff --git a/chrome/browser/importer/bookmarks_file_importer.h b/chrome/utility/importer/bookmarks_file_importer.h
|
| similarity index 73%
|
| rename from chrome/browser/importer/bookmarks_file_importer.h
|
| rename to chrome/utility/importer/bookmarks_file_importer.h
|
| index 46156d3993afa34d9cdb0eb7b26b4e4987ef8e73..d2913ff5d393918374f03ed8c60a704f0554e3b8 100644
|
| --- a/chrome/browser/importer/bookmarks_file_importer.h
|
| +++ b/chrome/utility/importer/bookmarks_file_importer.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_IMPORTER_BOOKMARKS_FILE_IMPORTER_H_
|
| -#define CHROME_BROWSER_IMPORTER_BOOKMARKS_FILE_IMPORTER_H_
|
| +#ifndef CHROME_UTILITY_IMPORTER_BOOKMARKS_FILE_IMPORTER_H_
|
| +#define CHROME_UTILITY_IMPORTER_BOOKMARKS_FILE_IMPORTER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/importer/importer.h"
|
| +#include "chrome/utility/importer/importer.h"
|
|
|
| // Importer for bookmarks files.
|
| class BookmarksFileImporter : public Importer {
|
| @@ -24,4 +24,4 @@ class BookmarksFileImporter : public Importer {
|
| DISALLOW_COPY_AND_ASSIGN(BookmarksFileImporter);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_IMPORTER_BOOKMARKS_FILE_IMPORTER_H_
|
| +#endif // CHROME_UTILITY_IMPORTER_BOOKMARKS_FILE_IMPORTER_H_
|
|
|