Index: components/app_modal/native_app_modal_dialog.h |
diff --git a/components/app_modal_dialogs/native_app_modal_dialog.h b/components/app_modal/native_app_modal_dialog.h |
similarity index 79% |
rename from components/app_modal_dialogs/native_app_modal_dialog.h |
rename to components/app_modal/native_app_modal_dialog.h |
index 0d46659beb6da493036700ec17483e4dcc9ab038..192619ad93445d7724ec3bc87c25c573df6fe92a 100644 |
--- a/components/app_modal_dialogs/native_app_modal_dialog.h |
+++ b/components/app_modal/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 COMPONENTS_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_ |
-#define COMPONENTS_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_ |
+#ifndef COMPONENTS_APP_MODAL_NATIVE_APP_MODAL_DIALOG_H_ |
+#define COMPONENTS_APP_MODAL_NATIVE_APP_MODAL_DIALOG_H_ |
#include "ui/gfx/native_widget_types.h" |
@@ -29,4 +29,4 @@ class NativeAppModalDialog { |
virtual void CancelAppModalDialog() = 0; |
}; |
-#endif // COMPONENTS_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_ |
+#endif // COMPONENTS_APP_MODAL_NATIVE_APP_MODAL_DIALOG_H_ |