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

Unified Diff: chrome/browser/ui/views/color_chooser_dialog.h

Issue 10669023: Start consolidating non-port specific code to ui/base/dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clenaup 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: chrome/browser/ui/views/color_chooser_dialog.h
diff --git a/chrome/browser/ui/views/color_chooser_dialog.h b/chrome/browser/ui/views/color_chooser_dialog.h
index 8eef9ba76bcbb3533b0562d059876c2e205819bc..4a38c82e948e72fabe967b51d3c6668b5b1e87f6 100644
--- a/chrome/browser/ui/views/color_chooser_dialog.h
+++ b/chrome/browser/ui/views/color_chooser_dialog.h
@@ -7,14 +7,14 @@
#pragma once
#include "base/memory/ref_counted.h"
-#include "chrome/browser/ui/base_shell_dialog.h"
#include "chrome/browser/ui/views/color_chooser_dialog.h"
#include "chrome/browser/ui/views/base_shell_dialog_win.h"
#include "third_party/skia/include/core/SkColor.h"
+#include "ui/base/dialogs/base_shell_dialog.h"
class ColorChooserDialog
: public base::RefCountedThreadSafe<ColorChooserDialog>,
- public BaseShellDialog,
+ public ui::BaseShellDialog,
public BaseShellDialogImpl {
public:
// An interface implemented by a Listener object wishing to know about the
« no previous file with comments | « chrome/browser/ui/views/base_shell_dialog_win.h ('k') | chrome/browser/ui/views/select_file_dialog_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698