| Index: chrome/common/favicon/favicon_types.h
|
| diff --git a/chrome/browser/favicon/favicon_types.h b/chrome/common/favicon/favicon_types.h
|
| similarity index 91%
|
| rename from chrome/browser/favicon/favicon_types.h
|
| rename to chrome/common/favicon/favicon_types.h
|
| index 16724e0df598515d7034c041deba6d153ad5096f..811785ad1ae90fbb841d79c6793ae9bad4a09c5f 100644
|
| --- a/chrome/browser/favicon/favicon_types.h
|
| +++ b/chrome/common/favicon/favicon_types.h
|
| @@ -2,10 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_FAVICON_FAVICON_TYPES_H_
|
| -#define CHROME_BROWSER_FAVICON_FAVICON_TYPES_H_
|
| +#ifndef CHROME_COMMON_FAVICON_FAVICON_TYPES_H_
|
| +#define CHROME_COMMON_FAVICON_FAVICON_TYPES_H_
|
|
|
| #include "base/memory/ref_counted_memory.h"
|
| +#include "chrome/common/favicon/favicon_types.h"
|
| #include "ui/gfx/image/image.h"
|
| #include "ui/gfx/size.h"
|
| #include "url/gurl.h"
|
| @@ -74,4 +75,4 @@ typedef FaviconBitmapResult FaviconBitmapData;
|
|
|
| } // namespace chrome
|
|
|
| -#endif // CHROME_BROWSER_FAVICON_FAVICON_TYPES_H_
|
| +#endif // CHROME_COMMON_FAVICON_FAVICON_TYPES_H_
|
|
|