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

Side by Side Diff: chrome/browser/ui/shell_dialogs.h

Issue 6485017: Carnitas: move browser/ui/shell_dialogs.{h,cc} to browser/ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2 more cases Created 9 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/gtk/dialogs_gtk.cc ('k') | chrome/browser/ui/shell_dialogs.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_SHELL_DIALOGS_H_ 5 #ifndef CHROME_BROWSER_UI_SHELL_DIALOGS_H_
6 #define CHROME_BROWSER_SHELL_DIALOGS_H_ 6 #define CHROME_BROWSER_UI_SHELL_DIALOGS_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/file_path.h" 12 #include "base/file_path.h"
13 #include "base/ref_counted.h" 13 #include "base/ref_counted.h"
14 #include "base/string16.h" 14 #include "base/string16.h"
15 #include "ui/gfx/native_widget_types.h" 15 #include "ui/gfx/native_widget_types.h"
16 16
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 void* params, 192 void* params,
193 const std::wstring& font_name, 193 const std::wstring& font_name,
194 int font_size) = 0; 194 int font_size) = 0;
195 195
196 protected: 196 protected:
197 friend class base::RefCountedThreadSafe<SelectFontDialog>; 197 friend class base::RefCountedThreadSafe<SelectFontDialog>;
198 SelectFontDialog(); 198 SelectFontDialog();
199 virtual ~SelectFontDialog(); 199 virtual ~SelectFontDialog();
200 }; 200 };
201 201
202 #endif // CHROME_BROWSER_SHELL_DIALOGS_H_ 202 #endif // CHROME_BROWSER_UI_SHELL_DIALOGS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/dialogs_gtk.cc ('k') | chrome/browser/ui/shell_dialogs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698