summaryrefslogtreecommitdiffstats
path: root/content/content_tests.gypi
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-25 19:52:33 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-25 19:52:33 +0000
commitb658359fcbccccd57bb5448519ab3f9b1ff35531 (patch)
treec72659685d2bdbe6151a7e2af704772bc0ee2b70 /content/content_tests.gypi
parent5f5b937c2065a1028f5402474199043ce11f8858 (diff)
downloadchromium_src-b658359fcbccccd57bb5448519ab3f9b1ff35531.zip
chromium_src-b658359fcbccccd57bb5448519ab3f9b1ff35531.tar.gz
chromium_src-b658359fcbccccd57bb5448519ab3f9b1ff35531.tar.bz2
Define the public interface for content browser SiteInstance. This interface is implemented by the SiteInstanceImpl class which lives
in content\browser\site_instance.cc/.h. Changes as part of creating a content API. BUG=98716 TEST=No change in functionality. Hopefully it all compiles and works. Review URL: http://codereview.chromium.org/8515027 Review URL: https://chromiumcodereview.appspot.com/9146028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r--content/content_tests.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 8870015..9d9cb53 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -243,7 +243,7 @@
'browser/renderer_host/resource_queue_unittest.cc',
'browser/renderer_host/text_input_client_mac_unittest.mm',
'browser/resolve_proxy_msg_helper_unittest.cc',
- 'browser/site_instance_unittest.cc',
+ 'browser/site_instance_impl_unittest.cc',
'browser/speech/endpointer/endpointer_unittest.cc',
'browser/speech/speech_recognition_request_unittest.cc',
'browser/speech/speech_recognizer_unittest.cc',