| Index: chrome/browser/ui/sync/sync_promo_ui.h
|
| diff --git a/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h b/chrome/browser/ui/sync/sync_promo_ui.h
|
| similarity index 94%
|
| rename from chrome/browser/ui/webui/sync_promo/sync_promo_ui.h
|
| rename to chrome/browser/ui/sync/sync_promo_ui.h
|
| index ae6703129cccd8452d48849f641e04f7a04bb7e1..0953abfa26138ca66af919000cde05e1bc9d9abe 100644
|
| --- a/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h
|
| +++ b/chrome/browser/ui/sync/sync_promo_ui.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_UI_WEBUI_SYNC_PROMO_SYNC_PROMO_UI_H_
|
| -#define CHROME_BROWSER_UI_WEBUI_SYNC_PROMO_SYNC_PROMO_UI_H_
|
| +#ifndef CHROME_BROWSER_UI_SYNC_SYNC_PROMO_UI_H_
|
| +#define CHROME_BROWSER_UI_SYNC_SYNC_PROMO_UI_H_
|
|
|
| #include <string>
|
|
|
| @@ -84,4 +84,4 @@ class SyncPromoUI {
|
| DISALLOW_COPY_AND_ASSIGN(SyncPromoUI);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_WEBUI_SYNC_PROMO_SYNC_PROMO_UI_H_
|
| +#endif // CHROME_BROWSER_UI_SYNC_SYNC_PROMO_UI_H_
|
|
|