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

Side by Side Diff: components/autofill/browser/data_driven_test.cc

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 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/autofill/data_driven_test.h" 5 #include "components/autofill/browser/data_driven_test.h"
6 6
7 #include "base/file_util.h" 7 #include "base/file_util.h"
8 #include "base/path_service.h" 8 #include "base/path_service.h"
9 #include "base/string_util.h" 9 #include "base/string_util.h"
10 #include "chrome/common/chrome_paths.h" 10 #include "chrome/common/chrome_paths.h"
11 #include "testing/gtest/include/gtest/gtest.h" 11 #include "testing/gtest/include/gtest/gtest.h"
12 12
13 namespace { 13 namespace {
14 14
15 // Reads |file| into |content|, and converts Windows line-endings to Unix ones. 15 // Reads |file| into |content|, and converts Windows line-endings to Unix ones.
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 .Append(test_name) 81 .Append(test_name)
82 .AppendASCII("output"); 82 .AppendASCII("output");
83 return test_data_dir_; 83 return test_data_dir_;
84 } 84 }
85 85
86 DataDrivenTest::DataDrivenTest() { 86 DataDrivenTest::DataDrivenTest() {
87 } 87 }
88 88
89 DataDrivenTest::~DataDrivenTest() { 89 DataDrivenTest::~DataDrivenTest() {
90 } 90 }
OLDNEW
« no previous file with comments | « components/autofill/browser/data_driven_test.h ('k') | components/autofill/browser/email_field.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698