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

Side by Side Diff: chrome/browser/first_run/first_run.h

Issue 3179017: FBTF: Remove "obviously" unneeded standard C++ library #includes. (Closed)
Patch Set: fixed mac oopsie 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
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 #ifndef CHROME_BROWSER_FIRST_RUN_FIRST_RUN_H_ 5 #ifndef CHROME_BROWSER_FIRST_RUN_FIRST_RUN_H_
6 #define CHROME_BROWSER_FIRST_RUN_FIRST_RUN_H_ 6 #define CHROME_BROWSER_FIRST_RUN_FIRST_RUN_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string>
10 #include <vector> 9 #include <vector>
11 10
12 #include "base/basictypes.h" 11 #include "base/basictypes.h"
13 #include "chrome/browser/browser_process_impl.h" 12 #include "chrome/browser/browser_process_impl.h"
14 #include "chrome/browser/importer/importer.h" 13 #include "chrome/browser/importer/importer.h"
15 #include "chrome/common/result_codes.h" 14 #include "chrome/common/result_codes.h"
16 #include "gfx/native_widget_types.h" 15 #include "gfx/native_widget_types.h"
17 #include "googleurl/src/gurl.h" 16 #include "googleurl/src/gurl.h"
18 17
19 class CommandLine; 18 class CommandLine;
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 // or closed the dialog. 290 // or closed the dialog.
292 bool OpenFirstRunDialog(Profile* profile, 291 bool OpenFirstRunDialog(Profile* profile,
293 bool homepage_defined, 292 bool homepage_defined,
294 int import_items, 293 int import_items,
295 int dont_import_items, 294 int dont_import_items,
296 bool search_engine_experiment, 295 bool search_engine_experiment,
297 bool randomize_search_engine_experiment, 296 bool randomize_search_engine_experiment,
298 ProcessSingleton* process_singleton); 297 ProcessSingleton* process_singleton);
299 298
300 #endif // CHROME_BROWSER_FIRST_RUN_FIRST_RUN_H_ 299 #endif // CHROME_BROWSER_FIRST_RUN_FIRST_RUN_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_rlz_module.h ('k') | chrome/browser/geolocation/device_data_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698