diff options
author | bcwhite@chromium.org <bcwhite@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 15:24:25 +0000 |
---|---|---|
committer | bcwhite@chromium.org <bcwhite@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 15:24:25 +0000 |
commit | 329ac97d4580756e3ec5050a1ebe303f6fab8c2a (patch) | |
tree | 58da777430f3719ba61332a5725f7e7ac59767ef /chrome/browser/first_run | |
parent | 65b0819e3ea5f4dd2e14db20129d32d649db71ae (diff) | |
download | chromium_src-329ac97d4580756e3ec5050a1ebe303f6fab8c2a.zip chromium_src-329ac97d4580756e3ec5050a1ebe303f6fab8c2a.tar.gz chromium_src-329ac97d4580756e3ec5050a1ebe303f6fab8c2a.tar.bz2 |
move sync_promo_ui to non-webui-specific directory
BUG=247212
Review URL: https://chromiumcodereview.appspot.com/17167006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/first_run')
-rw-r--r-- | chrome/browser/first_run/first_run.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/first_run/first_run.cc b/chrome/browser/first_run/first_run.cc index 4899856..41ec1e5 100644 --- a/chrome/browser/first_run/first_run.cc +++ b/chrome/browser/first_run/first_run.cc @@ -39,9 +39,9 @@ #include "chrome/browser/ui/browser_finder.h" #include "chrome/browser/ui/global_error/global_error_service.h" #include "chrome/browser/ui/global_error/global_error_service_factory.h" +#include "chrome/browser/ui/sync/sync_promo_ui.h" #include "chrome/browser/ui/tabs/tab_strip_model.h" #include "chrome/browser/ui/webui/ntp/new_tab_ui.h" -#include "chrome/browser/ui/webui/sync_promo/sync_promo_ui.h" #include "chrome/common/chrome_notification_types.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_switches.h" |