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

Side by Side Diff: chrome/browser/importer/firefox_importer_browsertest.cc

Issue 1550593002: Switch to standard integer types in chrome/browser/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 <stddef.h>
6
5 #include "base/files/file_path.h" 7 #include "base/files/file_path.h"
6 #include "base/files/file_util.h" 8 #include "base/files/file_util.h"
7 #include "base/files/scoped_temp_dir.h" 9 #include "base/files/scoped_temp_dir.h"
10 #include "base/macros.h"
8 #include "base/message_loop/message_loop.h" 11 #include "base/message_loop/message_loop.h"
9 #include "base/path_service.h" 12 #include "base/path_service.h"
10 #include "base/stl_util.h" 13 #include "base/stl_util.h"
11 #include "base/strings/string16.h" 14 #include "base/strings/string16.h"
12 #include "base/strings/string_util.h" 15 #include "base/strings/string_util.h"
13 #include "base/strings/utf_string_conversions.h" 16 #include "base/strings/utf_string_conversions.h"
17 #include "build/build_config.h"
14 #include "chrome/browser/importer/external_process_importer_host.h" 18 #include "chrome/browser/importer/external_process_importer_host.h"
15 #include "chrome/browser/importer/importer_progress_observer.h" 19 #include "chrome/browser/importer/importer_progress_observer.h"
16 #include "chrome/browser/importer/importer_unittest_utils.h" 20 #include "chrome/browser/importer/importer_unittest_utils.h"
17 #include "chrome/browser/ui/browser.h" 21 #include "chrome/browser/ui/browser.h"
18 #include "chrome/common/chrome_paths.h" 22 #include "chrome/common/chrome_paths.h"
19 #include "chrome/common/importer/imported_bookmark_entry.h" 23 #include "chrome/common/importer/imported_bookmark_entry.h"
20 #include "chrome/common/importer/importer_data_types.h" 24 #include "chrome/common/importer/importer_data_types.h"
21 #include "chrome/test/base/in_process_browser_test.h" 25 #include "chrome/test/base/in_process_browser_test.h"
22 #include "components/autofill/core/browser/webdata/autofill_entry.h" 26 #include "components/autofill/core/browser/webdata/autofill_entry.h"
23 #include "components/autofill/core/common/password_form.h" 27 #include "components/autofill/core/common/password_form.h"
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 scoped_refptr<FirefoxObserver> observer(new FirefoxObserver(true)); 354 scoped_refptr<FirefoxObserver> observer(new FirefoxObserver(true));
351 FirefoxImporterBrowserTest("firefox_profile", observer.get(), observer.get()); 355 FirefoxImporterBrowserTest("firefox_profile", observer.get(), observer.get());
352 } 356 }
353 357
354 IN_PROC_BROWSER_TEST_F(FirefoxProfileImporterBrowserTest, 358 IN_PROC_BROWSER_TEST_F(FirefoxProfileImporterBrowserTest,
355 MAYBE_IMPORTER(Firefox320Importer)) { 359 MAYBE_IMPORTER(Firefox320Importer)) {
356 scoped_refptr<FirefoxObserver> observer(new FirefoxObserver(true)); 360 scoped_refptr<FirefoxObserver> observer(new FirefoxObserver(true));
357 FirefoxImporterBrowserTest("firefox320_profile", observer.get(), 361 FirefoxImporterBrowserTest("firefox320_profile", observer.get(),
358 observer.get()); 362 observer.get());
359 } 363 }
OLDNEW
« no previous file with comments | « chrome/browser/importer/external_process_importer_host.cc ('k') | chrome/browser/importer/firefox_profile_lock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698