diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-27 19:33:36 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-27 19:33:36 +0000 |
commit | fd42ac30f127624def51d949e21f9776b0e6d257 (patch) | |
tree | 690ae7b46b66bbc03051b460ca5ee66a6665554f /chrome/browser/sync | |
parent | 8ea6a9e57e924dabe697cbf73b6fda59c6297664 (diff) | |
download | chromium_src-fd42ac30f127624def51d949e21f9776b0e6d257.zip chromium_src-fd42ac30f127624def51d949e21f9776b0e6d257.tar.gz chromium_src-fd42ac30f127624def51d949e21f9776b0e6d257.tar.bz2 |
WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/ui/webui. Final Part.
BUG=59946
TEST=trybots
Review URL: http://codereview.chromium.org/6594035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76191 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r-- | chrome/browser/sync/profile_sync_service_mock.cc | 2 | ||||
-rw-r--r-- | chrome/browser/sync/sync_setup_wizard.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/profile_sync_service_mock.cc b/chrome/browser/sync/profile_sync_service_mock.cc index 39b9291..bf46922 100644 --- a/chrome/browser/sync/profile_sync_service_mock.cc +++ b/chrome/browser/sync/profile_sync_service_mock.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. #include "chrome/browser/sync/profile_sync_service_mock.h" -#include "chrome/browser/webui/chrome_url_data_manager.h" +#include "chrome/browser/ui/webui/chrome_url_data_manager.h" #include "chrome/common/url_constants.h" ProfileSyncServiceMock::ProfileSyncServiceMock() {} diff --git a/chrome/browser/sync/sync_setup_wizard.cc b/chrome/browser/sync/sync_setup_wizard.cc index 0dd2658..74d7b14 100644 --- a/chrome/browser/sync/sync_setup_wizard.cc +++ b/chrome/browser/sync/sync_setup_wizard.cc @@ -12,7 +12,7 @@ #include "chrome/browser/profiles/profile.h" #include "chrome/browser/sync/profile_sync_service.h" #include "chrome/browser/sync/sync_setup_flow.h" -#include "chrome/browser/webui/chrome_url_data_manager.h" +#include "chrome/browser/ui/webui/chrome_url_data_manager.h" #include "chrome/common/jstemplate_builder.h" #include "chrome/common/pref_names.h" #include "chrome/common/url_constants.h" |