| Index: content/public/browser/readback_types.h
|
| diff --git a/content/public/browser/readback_types.h b/content/public/browser/readback_types.h
|
| index f3d2a6906b535ce4381c330b5a67c7b615684c9c..338dc38990885499acd3cf61e0ee7e2139eb17e7 100644
|
| --- a/content/public/browser/readback_types.h
|
| +++ b/content/public/browser/readback_types.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 CONTENT_COMMON_READBACK_TYPES_H_
|
| -#define CONTENT_COMMON_READBACK_TYPES_H_
|
| +#ifndef CONTENT_PUBLIC_BROWSER_READBACK_TYPES_H_
|
| +#define CONTENT_PUBLIC_BROWSER_READBACK_TYPES_H_
|
|
|
| #include "base/callback.h"
|
|
|
| @@ -25,4 +25,4 @@ typedef const base::Callback<void(const SkBitmap&, ReadbackResponse)>
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_READBACK_TYPES_H_
|
| +#endif // CONTENT_PUBLIC_BROWSER_READBACK_TYPES_H_
|
|
|