| Index: components/app_modal_dialogs/native_app_modal_dialog.h
|
| diff --git a/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h b/components/app_modal_dialogs/native_app_modal_dialog.h
|
| similarity index 81%
|
| rename from chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h
|
| rename to components/app_modal_dialogs/native_app_modal_dialog.h
|
| index 6fe82f8d98109bce3ace2cc16670950da232c99e..88db7639a4ecc3e2e52e163bc494eaa621e8ace0 100644
|
| --- a/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h
|
| +++ b/components/app_modal_dialogs/native_app_modal_dialog.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_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_
|
| -#define CHROME_BROWSER_UI_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_
|
| +#ifndef COMPONENTS_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_
|
| +#define COMPONENTS_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_
|
|
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| @@ -34,5 +34,4 @@ class NativeAppModalDialog {
|
| gfx::NativeWindow parent_window);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_
|
| -
|
| +#endif // COMPONENTS_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_
|
|
|