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

Side by Side Diff: chrome/browser/dom_ui/filebrowse_ui.cc

Issue 3058027: Add #include utf_string_conversions.h to all files that use ASCIIToWide and... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 #include "chrome/browser/dom_ui/filebrowse_ui.h" 5 #include "chrome/browser/dom_ui/filebrowse_ui.h"
6 6
7 #include "app/l10n_util.h" 7 #include "app/l10n_util.h"
8 #include "app/resource_bundle.h" 8 #include "app/resource_bundle.h"
9 #include "base/callback.h" 9 #include "base/callback.h"
10 #include "base/logging.h" 10 #include "base/logging.h"
11 #include "base/message_loop.h" 11 #include "base/message_loop.h"
12 #include "base/path_service.h" 12 #include "base/path_service.h"
13 #include "base/singleton.h" 13 #include "base/singleton.h"
14 #include "base/string_piece.h" 14 #include "base/string_piece.h"
15 #include "base/string_util.h" 15 #include "base/string_util.h"
16 #include "base/thread.h" 16 #include "base/thread.h"
17 #include "base/time.h" 17 #include "base/time.h"
18 #include "base/utf_string_conversions.h"
18 #include "base/values.h" 19 #include "base/values.h"
19 #include "base/weak_ptr.h" 20 #include "base/weak_ptr.h"
20 #include "chrome/browser/bookmarks/bookmark_model.h" 21 #include "chrome/browser/bookmarks/bookmark_model.h"
21 #include "chrome/browser/browser.h" 22 #include "chrome/browser/browser.h"
22 #include "chrome/browser/browser_list.h" 23 #include "chrome/browser/browser_list.h"
23 #include "chrome/browser/browser_window.h" 24 #include "chrome/browser/browser_window.h"
24 #include "chrome/browser/chrome_thread.h" 25 #include "chrome/browser/chrome_thread.h"
25 #include "chrome/browser/dom_ui/dom_ui_favicon_source.h" 26 #include "chrome/browser/dom_ui/dom_ui_favicon_source.h"
26 #include "chrome/browser/download/download_item.h" 27 #include "chrome/browser/download/download_item.h"
27 #include "chrome/browser/download/download_manager.h" 28 #include "chrome/browser/download/download_manager.h"
(...skipping 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 } 1150 }
1150 } 1151 }
1151 1152
1152 return NULL; 1153 return NULL;
1153 } 1154 }
1154 1155
1155 const int FileBrowseUI::kPopupWidth = 250; 1156 const int FileBrowseUI::kPopupWidth = 250;
1156 const int FileBrowseUI::kPopupHeight = 300; 1157 const int FileBrowseUI::kPopupHeight = 300;
1157 const int FileBrowseUI::kSmallPopupWidth = 250; 1158 const int FileBrowseUI::kSmallPopupWidth = 250;
1158 const int FileBrowseUI::kSmallPopupHeight = 50; 1159 const int FileBrowseUI::kSmallPopupHeight = 50;
OLDNEW
« no previous file with comments | « chrome/browser/diagnostics/sqlite_diagnostics.cc ('k') | chrome/browser/extensions/extension_omnibox_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698