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

Unified Diff: components/web_modal/native_web_contents_modal_dialog_manager.h

Issue 14969012: components: Create web_modal component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-before-land Created 7 years, 7 months 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/web_modal/native_web_contents_modal_dialog_manager.h
diff --git a/chrome/browser/ui/native_web_contents_modal_dialog_manager.h b/components/web_modal/native_web_contents_modal_dialog_manager.h
similarity index 85%
rename from chrome/browser/ui/native_web_contents_modal_dialog_manager.h
rename to components/web_modal/native_web_contents_modal_dialog_manager.h
index fee920da5fc3899ca1ae5dad9a627c08e5bddd48..7145a08c0882731c27525f85b8babf4f84047395 100644
--- a/chrome/browser/ui/native_web_contents_modal_dialog_manager.h
+++ b/components/web_modal/native_web_contents_modal_dialog_manager.h
@@ -2,15 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_NATIVE_WEB_CONTENTS_MODAL_DIALOG_MANAGER_H_
-#define CHROME_BROWSER_UI_NATIVE_WEB_CONTENTS_MODAL_DIALOG_MANAGER_H_
+#ifndef COMPONENTS_WEB_MODAL_NATIVE_WEB_CONTENTS_MODAL_DIALOG_MANAGER_H_
+#define COMPONENTS_WEB_MODAL_NATIVE_WEB_CONTENTS_MODAL_DIALOG_MANAGER_H_
-#include "chrome/browser/ui/native_web_contents_modal_dialog.h"
+#include "components/web_modal/native_web_contents_modal_dialog.h"
namespace content {
class WebContents;
} // namespace content
+namespace web_modal {
+
// Interface from NativeWebContentsModalDialogManager to
// WebContentsModalDialogManager.
class NativeWebContentsModalDialogManagerDelegate {
@@ -59,4 +61,6 @@ class NativeWebContentsModalDialogManager {
DISALLOW_COPY_AND_ASSIGN(NativeWebContentsModalDialogManager);
};
-#endif // CHROME_BROWSER_UI_NATIVE_WEB_CONTENTS_MODAL_DIALOG_MANAGER_H_
+} // namespace web_modal
+
+#endif // COMPONENTS_WEB_MODAL_NATIVE_WEB_CONTENTS_MODAL_DIALOG_MANAGER_H_
« no previous file with comments | « components/web_modal/native_web_contents_modal_dialog.h ('k') | components/web_modal/web_contents_modal_dialog_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698