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

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

Issue 6122006: Cleanup: Remove unneeded includes of pref_names.h (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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) 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 #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
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 #include "chrome/browser/renderer_host/render_view_host.h" 42 #include "chrome/browser/renderer_host/render_view_host.h"
43 #include "chrome/browser/sync/profile_sync_service.h" 43 #include "chrome/browser/sync/profile_sync_service.h"
44 #include "chrome/browser/sync/sync_ui_util.h" 44 #include "chrome/browser/sync/sync_ui_util.h"
45 #include "chrome/browser/ui/browser.h" 45 #include "chrome/browser/ui/browser.h"
46 #include "chrome/common/about_handler.h" 46 #include "chrome/common/about_handler.h"
47 #include "chrome/common/chrome_paths.h" 47 #include "chrome/common/chrome_paths.h"
48 #include "chrome/common/chrome_version_info.h" 48 #include "chrome/common/chrome_version_info.h"
49 #include "chrome/common/gpu_info.h" 49 #include "chrome/common/gpu_info.h"
50 #include "chrome/common/jstemplate_builder.h" 50 #include "chrome/common/jstemplate_builder.h"
51 #include "chrome/common/net/gaia/google_service_auth_error.h" 51 #include "chrome/common/net/gaia/google_service_auth_error.h"
52 #include "chrome/common/pref_names.h"
53 #include "chrome/common/render_messages.h" 52 #include "chrome/common/render_messages.h"
54 #include "chrome/common/url_constants.h" 53 #include "chrome/common/url_constants.h"
55 #include "googleurl/src/gurl.h" 54 #include "googleurl/src/gurl.h"
56 #include "grit/browser_resources.h" 55 #include "grit/browser_resources.h"
57 #include "grit/chromium_strings.h" 56 #include "grit/chromium_strings.h"
58 #include "grit/generated_resources.h" 57 #include "grit/generated_resources.h"
59 #include "grit/locale_settings.h" 58 #include "grit/locale_settings.h"
60 #include "webkit/glue/webkit_glue.h" 59 #include "webkit/glue/webkit_glue.h"
61 #include "net/base/escape.h" 60 #include "net/base/escape.h"
62 #ifdef CHROME_V8 61 #ifdef CHROME_V8
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 // Run the dialog. This will re-use the existing one if it's already up. 1118 // Run the dialog. This will re-use the existing one if it's already up.
1120 AboutIPCDialog::RunDialog(); 1119 AboutIPCDialog::RunDialog();
1121 return true; 1120 return true;
1122 } 1121 }
1123 #endif 1122 #endif
1124 1123
1125 #endif // OFFICIAL_BUILD 1124 #endif // OFFICIAL_BUILD
1126 1125
1127 return false; 1126 return false;
1128 } 1127 }
OLDNEW
« no previous file with comments | « chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc ('k') | chrome/browser/browser_child_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698