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

Unified Diff: chrome/browser/importer/profile_import_process_client.h

Issue 7056033: Style cleanup in bookmarks import code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests Created 9 years, 7 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
« no previous file with comments | « chrome/browser/importer/in_process_importer_bridge.cc ('k') | chrome/browser/importer/profile_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/profile_import_process_client.h
diff --git a/chrome/browser/importer/profile_import_process_client.h b/chrome/browser/importer/profile_import_process_client.h
index 25e6c59fca15c3375fe2c90983e0c4e91ff9fd15..9607a4fc65064cc600a7694d94582855a96d5a91 100644
--- a/chrome/browser/importer/profile_import_process_client.h
+++ b/chrome/browser/importer/profile_import_process_client.h
@@ -32,8 +32,8 @@ struct PasswordForm;
// process in order to get results back from the process host. The
// ProfileImportProcessHost calls the client's functions on the thread passed to
// it when it's created.
-class ProfileImportProcessClient :
- public base::RefCountedThreadSafe<ProfileImportProcessClient> {
+class ProfileImportProcessClient
+ : public base::RefCountedThreadSafe<ProfileImportProcessClient> {
public:
ProfileImportProcessClient();
@@ -56,10 +56,9 @@ class ProfileImportProcessClient :
virtual void OnHomePageImportReady(const GURL& home_page);
- virtual void OnBookmarksImportStart(
- const string16& first_folder_name,
- int options,
- size_t total_bookmarks_count);
+ virtual void OnBookmarksImportStart(const string16& first_folder_name,
+ int options,
+ size_t total_bookmarks_count);
virtual void OnBookmarksImportGroup(
const std::vector<ProfileWriter::BookmarkEntry>& bookmarks);
« no previous file with comments | « chrome/browser/importer/in_process_importer_bridge.cc ('k') | chrome/browser/importer/profile_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698