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 80% |
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..db7dfa571839dad549e4cd25623b191032bf7be7 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 EXTENSIONS_COMPONENTS_SYSTEM_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_ |
msw
2014/10/22 22:53:32
Shouldn't these be COMPONENTS_APP_MODAL_*?
|
+#define EXTENSIONS_COMPONENTS_SYSTEM_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_ |
#include "ui/gfx/native_widget_types.h" |
@@ -34,5 +34,5 @@ class NativeAppModalDialog { |
gfx::NativeWindow parent_window); |
}; |
-#endif // CHROME_BROWSER_UI_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_ |
+#endif // EXTENSIONS_COMPONENTS_SYSTEM_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_ |