Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: components/app_modal_dialogs/native_app_modal_dialog.h

Issue 688853005: Consolidate javascript_dialog_manager.h and javascript_dialog_manager_impl.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/app_modal_dialogs/native_app_modal_dialog.h
diff --git a/components/app_modal_dialogs/native_app_modal_dialog.h b/components/app_modal_dialogs/native_app_modal_dialog.h
index 0d46659beb6da493036700ec17483e4dcc9ab038..7e046accfc198c3418672d56f38c5c60d6df4946 100644
--- a/components/app_modal_dialogs/native_app_modal_dialog.h
+++ b/components/app_modal_dialogs/native_app_modal_dialog.h
@@ -7,6 +7,8 @@
#include "ui/gfx/native_widget_types.h"
+namespace app_modal_dialogs {
+
class JavaScriptAppModalDialog;
class NativeAppModalDialog {
@@ -29,4 +31,6 @@ class NativeAppModalDialog {
virtual void CancelAppModalDialog() = 0;
};
+} // namespace app_modal_dialogs
+
#endif // COMPONENTS_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_

Powered by Google App Engine
This is Rietveld 408576698