| Index: chrome/browser/ui/apps/app_metro_infobar_delegate_win.h
|
| diff --git a/chrome/browser/ui/extensions/app_metro_infobar_delegate_win.h b/chrome/browser/ui/apps/app_metro_infobar_delegate_win.h
|
| similarity index 87%
|
| rename from chrome/browser/ui/extensions/app_metro_infobar_delegate_win.h
|
| rename to chrome/browser/ui/apps/app_metro_infobar_delegate_win.h
|
| index 1f625f71b3563a46f2deffd9f285941b0f4bbfe5..920654e25c44de11ed60fb4b8bfa1e86ad65be96 100644
|
| --- a/chrome/browser/ui/extensions/app_metro_infobar_delegate_win.h
|
| +++ b/chrome/browser/ui/apps/app_metro_infobar_delegate_win.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_EXTENSIONS_APP_METRO_INFOBAR_DELEGATE_WIN_H_
|
| -#define CHROME_BROWSER_UI_EXTENSIONS_APP_METRO_INFOBAR_DELEGATE_WIN_H_
|
| +#ifndef CHROME_BROWSER_UI_APPS_APP_METRO_INFOBAR_DELEGATE_WIN_H_
|
| +#define CHROME_BROWSER_UI_APPS_APP_METRO_INFOBAR_DELEGATE_WIN_H_
|
|
|
| #include <string>
|
|
|
| @@ -49,4 +49,4 @@ class AppMetroInfoBarDelegateWin : public ConfirmInfoBarDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(AppMetroInfoBarDelegateWin);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_EXTENSIONS_APP_METRO_INFOBAR_DELEGATE_WIN_H_
|
| +#endif // CHROME_BROWSER_UI_APPS_APP_METRO_INFOBAR_DELEGATE_WIN_H_
|
|
|