diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 13:16:14 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 13:16:14 +0000 |
commit | ebbbb9f1a3c6244b993fa96505b99ae49d1db732 (patch) | |
tree | 03fbce546a6b6985253bd7ec8dae1a76f9ae14d3 /chrome/browser/sync/profile_sync_service.cc | |
parent | 8c6c8c29bafa7f4308dfeff2a55bb64970a4a257 (diff) | |
download | chromium_src-ebbbb9f1a3c6244b993fa96505b99ae49d1db732.zip chromium_src-ebbbb9f1a3c6244b993fa96505b99ae49d1db732.tar.gz chromium_src-ebbbb9f1a3c6244b993fa96505b99ae49d1db732.tar.bz2 |
Update a bunch of files to the new location of notification files.
Third part of the remaining files.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6650020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77458 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/profile_sync_service.cc')
-rw-r--r-- | chrome/browser/sync/profile_sync_service.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc index 3815541..007b3ac 100644 --- a/chrome/browser/sync/profile_sync_service.cc +++ b/chrome/browser/sync/profile_sync_service.cc @@ -21,10 +21,10 @@ #include "base/utf_string_conversions.h" #include "chrome/browser/browser_signin.h" #include "chrome/browser/history/history_types.h" +#include "chrome/browser/net/gaia/token_service.h" #include "chrome/browser/platform_util.h" #include "chrome/browser/prefs/pref_service.h" #include "chrome/browser/profiles/profile.h" -#include "chrome/browser/net/gaia/token_service.h" #include "chrome/browser/sync/glue/autofill_profile_data_type_controller.h" #include "chrome/browser/sync/glue/change_processor.h" #include "chrome/browser/sync/glue/data_type_controller.h" @@ -36,12 +36,12 @@ #include "chrome/browser/sync/token_migrator.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/net/gaia/gaia_constants.h" -#include "chrome/common/notification_details.h" -#include "chrome/common/notification_source.h" -#include "chrome/common/notification_type.h" #include "chrome/common/pref_names.h" #include "chrome/common/time_format.h" #include "chrome/common/url_constants.h" +#include "content/common/notification_details.h" +#include "content/common/notification_source.h" +#include "content/common/notification_type.h" #include "grit/chromium_strings.h" #include "grit/generated_resources.h" #include "jingle/notifier/communicator/const_communicator.h" |