| Index: chrome/test/base/render_view_test.h
|
| ===================================================================
|
| --- chrome/test/base/render_view_test.h (revision 94974)
|
| +++ chrome/test/base/render_view_test.h (working copy)
|
| @@ -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_RENDER_VIEW_TEST_H_
|
| -#define CHROME_TEST_RENDER_VIEW_TEST_H_
|
| +#ifndef CHROME_TEST_BASE_RENDER_VIEW_TEST_H_
|
| +#define CHROME_TEST_BASE_RENDER_VIEW_TEST_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -108,4 +108,4 @@
|
| autofill::AutofillAgent* autofill_agent_;
|
| };
|
|
|
| -#endif // CHROME_TEST_RENDER_VIEW_TEST_H_
|
| +#endif // CHROME_TEST_BASE_RENDER_VIEW_TEST_H_
|
|
|