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

Unified Diff: chrome/browser/importer/bookmarks_file_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
Index: chrome/browser/importer/bookmarks_file_importer.h
diff --git a/chrome/browser/importer/bookmarks_file_importer.h b/chrome/browser/importer/bookmarks_file_importer.h
deleted file mode 100644
index 46156d3993afa34d9cdb0eb7b26b4e4987ef8e73..0000000000000000000000000000000000000000
--- a/chrome/browser/importer/bookmarks_file_importer.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// 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_
-
-#include "base/basictypes.h"
-#include "base/compiler_specific.h"
-#include "chrome/browser/importer/importer.h"
-
-// Importer for bookmarks files.
-class BookmarksFileImporter : public Importer {
- public:
- BookmarksFileImporter();
-
- virtual void StartImport(const importer::SourceProfile& source_profile,
- uint16 items,
- ImporterBridge* bridge) OVERRIDE;
-
- private:
- virtual ~BookmarksFileImporter();
-
- DISALLOW_COPY_AND_ASSIGN(BookmarksFileImporter);
-};
-
-#endif // CHROME_BROWSER_IMPORTER_BOOKMARKS_FILE_IMPORTER_H_
« no previous file with comments | « chrome/browser/importer/bookmark_html_writer_unittest.cc ('k') | chrome/browser/importer/bookmarks_file_importer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698