diff options
Diffstat (limited to 'chrome/test/reliability/page_load_test.h')
-rw-r--r-- | chrome/test/reliability/page_load_test.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/reliability/page_load_test.h b/chrome/test/reliability/page_load_test.h index 73e3fd1..b369ead 100644 --- a/chrome/test/reliability/page_load_test.h +++ b/chrome/test/reliability/page_load_test.h @@ -5,12 +5,12 @@ // This file declares helper functions necessary to run reliablity test under // UI test framework. -#ifndef CHROME_TEST_RELIABILITY_PAGE_LOAD_TEST_H__ -#define CHROME_TEST_RELIABILITY_PAGE_LOAD_TEST_H__ +#ifndef CHROME_TEST_RELIABILITY_PAGE_LOAD_TEST_H_ +#define CHROME_TEST_RELIABILITY_PAGE_LOAD_TEST_H_ #include "base/command_line.h" // Parse the command line options and set the page range accordingly. void SetPageRange(const CommandLine&); -#endif // CHROME_TEST_RELIABILITY_PAGE_LOAD_TEST_H__ +#endif // CHROME_TEST_RELIABILITY_PAGE_LOAD_TEST_H_ |