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

Side by Side Diff: chrome/browser/browser_about_handler.cc

Issue 3068004: base/ header cleanup. Forward declaration instead of including. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: chrome_launcher_unittest.cc 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
« no previous file with comments | « chrome/app/client_util.cc ('k') | chrome/browser/browser_init_browsertest.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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/browser_about_handler.h" 5 #include "chrome/browser/browser_about_handler.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "app/l10n_util.h" 11 #include "app/l10n_util.h"
12 #include "app/resource_bundle.h" 12 #include "app/resource_bundle.h"
13 #include "base/callback.h" 13 #include "base/callback.h"
14 #include "base/command_line.h"
14 #include "base/file_version_info.h" 15 #include "base/file_version_info.h"
15 #include "base/histogram.h" 16 #include "base/histogram.h"
16 #include "base/i18n/number_formatting.h" 17 #include "base/i18n/number_formatting.h"
17 #include "base/path_service.h" 18 #include "base/path_service.h"
18 #include "base/platform_thread.h" 19 #include "base/platform_thread.h"
19 #include "base/stats_table.h" 20 #include "base/stats_table.h"
20 #include "base/string_piece.h" 21 #include "base/string_piece.h"
21 #include "base/string_util.h" 22 #include "base/string_util.h"
22 #include "base/thread.h" 23 #include "base/thread.h"
23 #include "base/tracked_objects.h" 24 #include "base/tracked_objects.h"
(...skipping 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 // Run the dialog. This will re-use the existing one if it's already up. 1169 // Run the dialog. This will re-use the existing one if it's already up.
1169 AboutIPCDialog::RunDialog(); 1170 AboutIPCDialog::RunDialog();
1170 return true; 1171 return true;
1171 } 1172 }
1172 #endif 1173 #endif
1173 1174
1174 #endif // OFFICIAL_BUILD 1175 #endif // OFFICIAL_BUILD
1175 1176
1176 return false; 1177 return false;
1177 } 1178 }
OLDNEW
« no previous file with comments | « chrome/app/client_util.cc ('k') | chrome/browser/browser_init_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698