summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.h
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-05 01:18:27 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-05 01:18:27 +0000
commit132c8565a63ad57d680b6b8d9beaa28786a46ea8 (patch)
tree428425605547842abd6a7ab851bd27132f11efde /chrome/browser/profile.h
parentf902600776feea6570c876f2349bb4a8746ea95b (diff)
downloadchromium_src-132c8565a63ad57d680b6b8d9beaa28786a46ea8.zip
chromium_src-132c8565a63ad57d680b6b8d9beaa28786a46ea8.tar.gz
chromium_src-132c8565a63ad57d680b6b8d9beaa28786a46ea8.tar.bz2
Add files to browser/sync and tweak includes.
Create browser/sync/glue and /engine. Create sync watchlist and add a few folks. No GYP change here so no build changes should occur. chrome.gyp CL is coming shortly, as well as live_sync tests. Review URL: http://codereview.chromium.org/160598 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22454 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r--chrome/browser/profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
index 656af37..2eacb43 100644
--- a/chrome/browser/profile.h
+++ b/chrome/browser/profile.h
@@ -15,10 +15,10 @@
#include "base/file_path.h"
#include "base/scoped_ptr.h"
#include "base/timer.h"
-#include "chrome/browser/web_resource/web_resource_service.h"
#ifdef CHROME_PERSONALIZATION
-#include "chrome/personalization/personalization.h"
+#include "chrome/browser/sync/personalization.h"
#endif
+#include "chrome/browser/web_resource/web_resource_service.h"
#include "chrome/common/notification_registrar.h"
namespace net {