diff options
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r-- | chrome/browser/tab_contents/test_tab_contents.cc (renamed from chrome/browser/tab_contents/test_web_contents.cc) | 2 | ||||
-rw-r--r-- | chrome/browser/tab_contents/test_tab_contents.h (renamed from chrome/browser/tab_contents/test_web_contents.h) | 6 | ||||
-rw-r--r-- | chrome/browser/tab_contents/web_contents_unittest.cc | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/tab_contents/test_web_contents.cc b/chrome/browser/tab_contents/test_tab_contents.cc index f27aa9b..97643f3 100644 --- a/chrome/browser/tab_contents/test_web_contents.cc +++ b/chrome/browser/tab_contents/test_tab_contents.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "chrome/browser/tab_contents/test_web_contents.h" +#include "chrome/browser/tab_contents/test_tab_contents.h" #include "chrome/browser/renderer_host/test/test_render_view_host.h" diff --git a/chrome/browser/tab_contents/test_web_contents.h b/chrome/browser/tab_contents/test_tab_contents.h index ea572a1..ff9c6b7 100644 --- a/chrome/browser/tab_contents/test_web_contents.h +++ b/chrome/browser/tab_contents/test_tab_contents.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_BROWSER_TAB_CONTENTS_TEST_tab_contents_H_ -#define CHROME_BROWSER_TAB_CONTENTS_TEST_tab_contents_H_ +#ifndef CHROME_BROWSER_TAB_CONTENTS_TEST_TAB_CONTENTS_H_ +#define CHROME_BROWSER_TAB_CONTENTS_TEST_TAB_CONTENTS_H_ #include "chrome/browser/tab_contents/tab_contents.h" @@ -51,4 +51,4 @@ class TestTabContents : public TabContents { bool transition_cross_site; }; -#endif // CHROME_BROWSER_TAB_CONTENTS_TEST_tab_contents_H_ +#endif // CHROME_BROWSER_TAB_CONTENTS_TEST_TAB_CONTENTS_H_ diff --git a/chrome/browser/tab_contents/web_contents_unittest.cc b/chrome/browser/tab_contents/web_contents_unittest.cc index 987eb9f..f7d021b 100644 --- a/chrome/browser/tab_contents/web_contents_unittest.cc +++ b/chrome/browser/tab_contents/web_contents_unittest.cc @@ -10,7 +10,7 @@ #include "chrome/browser/tab_contents/interstitial_page.h" #include "chrome/browser/tab_contents/navigation_controller.h" #include "chrome/browser/tab_contents/navigation_entry.h" -#include "chrome/browser/tab_contents/test_web_contents.h" +#include "chrome/browser/tab_contents/test_tab_contents.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/pref_service.h" #include "chrome/common/render_messages.h" |