diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-20 15:08:07 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-20 15:08:07 +0000 |
commit | 804ab2fb72ea94d6d9beaac75ecae6bc6a6b8611 (patch) | |
tree | 10b20b15dc497e8d66fbc89be133f00eb54b0580 /chrome/profile_import | |
parent | aa6b873123026ee08c41e69ba928d250093961e0 (diff) | |
download | chromium_src-804ab2fb72ea94d6d9beaac75ecae6bc6a6b8611.zip chromium_src-804ab2fb72ea94d6d9beaac75ecae6bc6a6b8611.tar.gz chromium_src-804ab2fb72ea94d6d9beaac75ecae6bc6a6b8611.tar.bz2 |
importer: Move InProcessImporterBridge to its own header file.
BUG=None
TEST=None
R=avi@chromium.org
Review URL: http://codereview.chromium.org/6685109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/profile_import')
-rw-r--r-- | chrome/profile_import/profile_import_thread.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/profile_import/profile_import_thread.h b/chrome/profile_import/profile_import_thread.h index 59930d9..46095ef 100644 --- a/chrome/profile_import/profile_import_thread.h +++ b/chrome/profile_import/profile_import_thread.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -21,7 +21,6 @@ class DictionaryValue; class ExternalProcessImporterBridge; class Importer; -class InProcessImporterBridge; // This class represents the background thread which communicates with the // importer work thread in the importer process. @@ -90,7 +89,7 @@ class ProfileImportThread : public ChildThread { // struct in importer. int browser_type_; - // A mask of importer::ImportItems. + // A bitmask of importer::ImportItem. uint16 items_to_import_; // Importer of the appropriate type (Firefox, Safari, IE, etc.) |