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

Side by Side Diff: components/component_updater/test/component_patcher_unittest.h

Issue 493953002: Componentize component_updater: Move a bunch of tests to component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 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 #ifndef CHROME_BROWSER_COMPONENT_UPDATER_TEST_COMPONENT_PATCHER_UNITTEST_H_ 5 #ifndef CHROME_BROWSER_COMPONENT_UPDATER_TEST_COMPONENT_PATCHER_UNITTEST_H_
6 #define CHROME_BROWSER_COMPONENT_UPDATER_TEST_COMPONENT_PATCHER_UNITTEST_H_ 6 #define CHROME_BROWSER_COMPONENT_UPDATER_TEST_COMPONENT_PATCHER_UNITTEST_H_
7 7
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 #include "base/files/scoped_temp_dir.h" 9 #include "base/files/scoped_temp_dir.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "chrome/common/chrome_paths.h"
12 #include "content/public/test/test_browser_thread_bundle.h" 11 #include "content/public/test/test_browser_thread_bundle.h"
13 #include "courgette/courgette.h" 12 #include "courgette/courgette.h"
14 #include "courgette/third_party/bsdiff.h" 13 #include "courgette/third_party/bsdiff.h"
15 #include "testing/gtest/include/gtest/gtest.h" 14 #include "testing/gtest/include/gtest/gtest.h"
16 15
17 namespace component_updater { 16 namespace component_updater {
18 17
19 class MockComponentPatcher; 18 class MockComponentPatcher;
20 class ReadOnlyTestInstaller; 19 class ReadOnlyTestInstaller;
21 20
(...skipping 12 matching lines...) Expand all
34 scoped_ptr<ReadOnlyTestInstaller> installer_; 33 scoped_ptr<ReadOnlyTestInstaller> installer_;
35 scoped_refptr<base::SequencedTaskRunner> task_runner_; 34 scoped_refptr<base::SequencedTaskRunner> task_runner_;
36 35
37 private: 36 private:
38 content::TestBrowserThreadBundle thread_bundle_; 37 content::TestBrowserThreadBundle thread_bundle_;
39 }; 38 };
40 39
41 } // namespace component_updater 40 } // namespace component_updater
42 41
43 #endif // CHROME_BROWSER_COMPONENT_UPDATER_TEST_COMPONENT_PATCHER_UNITTEST_H_ 42 #endif // CHROME_BROWSER_COMPONENT_UPDATER_TEST_COMPONENT_PATCHER_UNITTEST_H_
OLDNEW
« no previous file with comments | « components/component_updater/test/DEPS ('k') | components/component_updater/test/component_patcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698