Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: chrome/common/favicon/favicon_types.h

Issue 15388002: Supporting high dpi favicons in Instant Extended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing Sky's comments Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f48ec4bf479fe97043002d8390bfb0e051d5546f..0b758c59854efbb01f7e26009d31825a17cc1bd4 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 "googleurl/src/gurl.h"
#include "ui/gfx/image/image.h"
#include "ui/gfx/size.h"
@@ -74,4 +75,4 @@ typedef FaviconBitmapResult FaviconBitmapData;
} // namespace chrome
-#endif // CHROME_BROWSER_FAVICON_FAVICON_TYPES_H_
+#endif // CHROME_COMMON_FAVICON_FAVICON_TYPES_H_

Powered by Google App Engine
This is Rietveld 408576698