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

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: Sync and rebase Created 7 years, 5 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/favicon/favicon_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/favicon/favicon_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698