diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-17 21:27:13 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-17 21:27:13 +0000 |
commit | 149f79f70e77fd4a76917109fa894e0a4eaea01c (patch) | |
tree | f0a80b35a438bff7bf34acc8fdc983dfff3a8484 /third_party/ocmock | |
parent | 20dd69f967fa47bd4a66e31063358f6f362ea1f9 (diff) | |
download | chromium_src-149f79f70e77fd4a76917109fa894e0a4eaea01c.zip chromium_src-149f79f70e77fd4a76917109fa894e0a4eaea01c.tar.gz chromium_src-149f79f70e77fd4a76917109fa894e0a4eaea01c.tar.bz2 |
Fix comment I missed.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7039018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85679 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/ocmock')
-rw-r--r-- | third_party/ocmock/gtest_support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/ocmock/gtest_support.h b/third_party/ocmock/gtest_support.h index 07c3e8c..11f8b0e 100644 --- a/third_party/ocmock/gtest_support.h +++ b/third_party/ocmock/gtest_support.h @@ -12,7 +12,7 @@ namespace testing { namespace internal { bool VerifyOCMock(OCMockObject* mock, const char* file, int line); -} // namespace mac +} // namespace internal } // namespace testing // Calls -verify of the mock and traps the Objective-C exception that is |