diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 18:31:26 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 18:31:26 +0000 |
commit | 8c8657d61fb8792985888c88730b2eb2f4fc4019 (patch) | |
tree | 73f4290e22afe39a19d64a0792a5a2ff2740a32c /chrome/test/testing_profile.h | |
parent | 52ef74f432e2fb08be4f7ea323244884894fc656 (diff) | |
download | chromium_src-8c8657d61fb8792985888c88730b2eb2f4fc4019.zip chromium_src-8c8657d61fb8792985888c88730b2eb2f4fc4019.tar.gz chromium_src-8c8657d61fb8792985888c88730b2eb2f4fc4019.tar.bz2 |
Move functions required by the rest of the browser from RenderProcessHost to an interface and move the implementation to BrowserRenderProcessHost. This will allow me to write render view unit tests without using the actual renderer, but there are no tests yet.
Review URL: http://codereview.chromium.org/18132
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8188 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 2d622a7..76fa86f 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_TEST_TESTING_PROFILE_H__ -#define CHROME_TEST_TESTING_PROFILE_H__ +#ifndef CHROME_TEST_TESTING_PROFILE_H_ +#define CHROME_TEST_TESTING_PROFILE_H_ #include "base/base_paths.h" #include "base/path_service.h" @@ -207,4 +207,4 @@ class TestingProfile : public Profile { bool last_session_exited_cleanly_; }; -#endif // CHROME_TEST_TESTING_PROFILE_H__ +#endif // CHROME_TEST_TESTING_PROFILE_H_ |