diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-18 22:21:43 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-18 22:21:43 +0000 |
commit | 33d6752e62f1e94c16560e2991ff307033686af0 (patch) | |
tree | f442c02176fb9057eac8c52d5b5367f28dbb7996 /chrome/browser/sync/profile_sync_service_mock.cc | |
parent | 71893bf4539fe2d65cfc3fc2e0f532a31db9f76a (diff) | |
download | chromium_src-33d6752e62f1e94c16560e2991ff307033686af0.zip chromium_src-33d6752e62f1e94c16560e2991ff307033686af0.tar.gz chromium_src-33d6752e62f1e94c16560e2991ff307033686af0.tar.bz2 |
WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Part 5.
BUG=59945, 59946
TEST=trybots
Review URL: http://codereview.chromium.org/6538053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/profile_sync_service_mock.cc')
-rw-r--r-- | chrome/browser/sync/profile_sync_service_mock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service_mock.cc b/chrome/browser/sync/profile_sync_service_mock.cc index 99e9ede..39b9291 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/dom_ui/chrome_url_data_manager.h" +#include "chrome/browser/webui/chrome_url_data_manager.h" #include "chrome/common/url_constants.h" ProfileSyncServiceMock::ProfileSyncServiceMock() {} |