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

Side by Side Diff: chrome/browser/profile.cc

Issue 1868: Moves bookmark related classes into bookmarks directory. There are no... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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
« no previous file with comments | « chrome/browser/metrics_service.cc ('k') | chrome/browser/views/bookmark_bar_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 #include "chrome/browser/profile.h" 5 #include "chrome/browser/profile.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/file_util.h" 8 #include "base/file_util.h"
9 #include "base/lock.h" 9 #include "base/lock.h"
10 #include "base/path_service.h" 10 #include "base/path_service.h"
11 #include "base/scoped_ptr.h" 11 #include "base/scoped_ptr.h"
12 #include "base/string_util.h" 12 #include "base/string_util.h"
13 #include "base/values.h" 13 #include "base/values.h"
14 #include "chrome/browser/bookmark_bar_model.h" 14 #include "chrome/browser/bookmarks/bookmark_bar_model.h"
15 #include "chrome/browser/browser_list.h" 15 #include "chrome/browser/browser_list.h"
16 #include "chrome/browser/browser_process.h" 16 #include "chrome/browser/browser_process.h"
17 #include "chrome/browser/download_manager.h" 17 #include "chrome/browser/download_manager.h"
18 #include "chrome/browser/history/history.h" 18 #include "chrome/browser/history/history.h"
19 #include "chrome/browser/navigation_controller.h" 19 #include "chrome/browser/navigation_controller.h"
20 #include "chrome/browser/profile_manager.h" 20 #include "chrome/browser/profile_manager.h"
21 #include "chrome/browser/render_process_host.h" 21 #include "chrome/browser/render_process_host.h"
22 #include "chrome/browser/spellchecker.h" 22 #include "chrome/browser/spellchecker.h"
23 #include "chrome/browser/tab_restore_service.h" 23 #include "chrome/browser/tab_restore_service.h"
24 #include "chrome/browser/template_url_fetcher.h" 24 #include "chrome/browser/template_url_fetcher.h"
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 create_session_service_timer_.Stop(); 905 create_session_service_timer_.Stop();
906 } 906 }
907 907
908 #ifdef CHROME_PERSONALIZATION 908 #ifdef CHROME_PERSONALIZATION
909 ProfilePersonalization ProfileImpl::GetProfilePersonalization() { 909 ProfilePersonalization ProfileImpl::GetProfilePersonalization() {
910 if (!personalization_) 910 if (!personalization_)
911 personalization_ = Personalization::CreateProfilePersonalization(this); 911 personalization_ = Personalization::CreateProfilePersonalization(this);
912 return personalization_; 912 return personalization_;
913 } 913 }
914 #endif 914 #endif
OLDNEW
« no previous file with comments | « chrome/browser/metrics_service.cc ('k') | chrome/browser/views/bookmark_bar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698