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

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

Issue 2857015: Clang/mac: Get unit_tests built. (Closed)
Patch Set: rebase 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 #if 0
6 // operator<<(string16) problem
7
5 #include "testing/gtest/include/gtest/gtest.h" 8 #include "testing/gtest/include/gtest/gtest.h"
6 9
7 #include "build/build_config.h" 10 #include "build/build_config.h"
8 11
9 #if defined(OS_WIN) 12 #if defined(OS_WIN)
10 #include <windows.h> 13 #include <windows.h>
11 #include <unknwn.h> 14 #include <unknwn.h>
12 #include <intshcut.h> 15 #include <intshcut.h>
13 #include <pstore.h> 16 #include <pstore.h>
14 #include <urlhist.h> 17 #include <urlhist.h>
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 true); 888 true);
886 } 889 }
887 890
888 TEST_F(ImporterTest, MAYBE(Firefox35Importer)) { 891 TEST_F(ImporterTest, MAYBE(Firefox35Importer)) {
889 bool import_search_engines = false; 892 bool import_search_engines = false;
890 scoped_refptr<Firefox3Observer> observer = 893 scoped_refptr<Firefox3Observer> observer =
891 new Firefox3Observer(import_search_engines); 894 new Firefox3Observer(import_search_engines);
892 Firefox3xImporterTest("firefox35_profile", observer.get(), observer.get(), 895 Firefox3xImporterTest("firefox35_profile", observer.get(), observer.get(),
893 import_search_engines); 896 import_search_engines);
894 } 897 }
898
899 #endif
OLDNEW
« no previous file with comments | « chrome/browser/importer/firefox_importer_unittest.cc ('k') | chrome/browser/net/url_fixer_upper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698