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

Side by Side Diff: chrome/profile_import/profile_import_thread.h

Issue 6028009: Move base/thread.h to base/threading, fix up callers to use the new location.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_PROFILE_IMPORT_PROFILE_IMPORT_THREAD_H_ 5 #ifndef CHROME_PROFILE_IMPORT_PROFILE_IMPORT_THREAD_H_
6 #define CHROME_PROFILE_IMPORT_PROFILE_IMPORT_THREAD_H_ 6 #define CHROME_PROFILE_IMPORT_PROFILE_IMPORT_THREAD_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/scoped_ptr.h" 13 #include "base/scoped_ptr.h"
14 #include "base/thread.h" 14 #include "base/threading/thread.h"
15 #include "chrome/browser/history/history_types.h" 15 #include "chrome/browser/history/history_types.h"
16 #include "chrome/browser/importer/importer_data_types.h" 16 #include "chrome/browser/importer/importer_data_types.h"
17 #include "chrome/browser/importer/profile_writer.h" 17 #include "chrome/browser/importer/profile_writer.h"
18 #include "chrome/common/child_thread.h" 18 #include "chrome/common/child_thread.h"
19 #include "webkit/glue/password_form.h" 19 #include "webkit/glue/password_form.h"
20 20
21 class DictionaryValue; 21 class DictionaryValue;
22 class ExternalProcessImporterBridge; 22 class ExternalProcessImporterBridge;
23 class Importer; 23 class Importer;
24 class InProcessImporterBridge; 24 class InProcessImporterBridge;
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 // A mask of importer::ImportItems. 93 // A mask of importer::ImportItems.
94 uint16 items_to_import_; 94 uint16 items_to_import_;
95 95
96 // Importer of the appropriate type (Firefox, Safari, IE, etc.) 96 // Importer of the appropriate type (Firefox, Safari, IE, etc.)
97 scoped_refptr<Importer> importer_; 97 scoped_refptr<Importer> importer_;
98 98
99 DISALLOW_COPY_AND_ASSIGN(ProfileImportThread); 99 DISALLOW_COPY_AND_ASSIGN(ProfileImportThread);
100 }; 100 };
101 101
102 #endif // CHROME_PROFILE_IMPORT_PROFILE_IMPORT_THREAD_H_ 102 #endif // CHROME_PROFILE_IMPORT_PROFILE_IMPORT_THREAD_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/google_update_settings.cc ('k') | chrome/renderer/safe_browsing/scorer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698