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

Unified Diff: ui/base/dialogs/base_shell_dialog.h

Issue 10667026: Start consolidating cross-port file selection code into ui/base/dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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: ui/base/dialogs/base_shell_dialog.h
diff --git a/chrome/browser/ui/base_shell_dialog.h b/ui/base/dialogs/base_shell_dialog.h
similarity index 79%
rename from chrome/browser/ui/base_shell_dialog.h
rename to ui/base/dialogs/base_shell_dialog.h
index 4a5a99c1ab2056f7625cf86a56f773a56036f568..e8a0579b46e5da594767a97d4799c33a1d8d5d08 100644
--- a/chrome/browser/ui/base_shell_dialog.h
+++ b/ui/base/dialogs/base_shell_dialog.h
@@ -2,12 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_BASE_SHELL_DIALOG_H_
-#define CHROME_BROWSER_UI_BASE_SHELL_DIALOG_H_
+#ifndef UI_BASE_DIALOGS_BASE_SHELL_DIALOG_H_
+#define UI_BASE_DIALOGS_BASE_SHELL_DIALOG_H_
#pragma once
#include "ui/gfx/native_widget_types.h"
+namespace ui {
+
// A base class for shell dialogs.
class BaseShellDialog {
public:
@@ -23,4 +25,6 @@ class BaseShellDialog {
virtual ~BaseShellDialog() {}
};
-#endif // CHROME_BROWSER_UI_BASE_SHELL_DIALOG_H_
+} // namespace
+
+#endif // UI_BASE_DIALOGS_BASE_SHELL_DIALOG_H_

Powered by Google App Engine
This is Rietveld 408576698