| Index: content/renderer/render_widget_browsertest.h
|
| ===================================================================
|
| --- content/renderer/render_widget_browsertest.h (revision 78695)
|
| +++ content/renderer/render_widget_browsertest.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_RENDERER_RENDER_WIDGET_BROWSERTEST_H_
|
| -#define CHROME_RENDERER_RENDER_WIDGET_BROWSERTEST_H_
|
| +#ifndef CONTENT_RENDERER_RENDER_WIDGET_BROWSERTEST_H_
|
| +#define CONTENT_RENDERER_RENDER_WIDGET_BROWSERTEST_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -55,4 +55,4 @@
|
| void OutputBitmapToFile(const SkBitmap& bitmap, const FilePath& file_path);
|
| };
|
|
|
| -#endif // CHROME_RENDERER_RENDER_WIDGET_BROWSERTEST_H_
|
| +#endif // CONTENT_RENDERER_RENDER_WIDGET_BROWSERTEST_H_
|
|
|