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

Unified Diff: ui/gfx/icon_util.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « ui/base/win/shell.h ('k') | webkit/appcache/appcache_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/icon_util.h
diff --git a/ui/gfx/icon_util.h b/ui/gfx/icon_util.h
index 4aa2676c71da4e8ef1b26a39e43f555dbe0bbb52..b48c0a52af7c150188f808818f4422ee3bd46e7a 100644
--- a/ui/gfx/icon_util.h
+++ b/ui/gfx/icon_util.h
@@ -16,10 +16,13 @@
#include "ui/gfx/point.h"
#include "ui/gfx/size.h"
+namespace base {
+class FilePath;
+}
+
namespace gfx {
class Size;
}
-class FilePath;
class SkBitmap;
///////////////////////////////////////////////////////////////////////////////
@@ -107,7 +110,7 @@ class UI_EXPORT IconUtil {
// The function returns true on success and false otherwise.
static bool CreateIconFileFromSkBitmap(const SkBitmap& bitmap,
const SkBitmap& large_bitmap,
- const FilePath& icon_path);
+ const base::FilePath& icon_path);
// Creates a cursor of the specified size from the DIB passed in.
// Returns the cursor on success or NULL on failure.
« no previous file with comments | « ui/base/win/shell.h ('k') | webkit/appcache/appcache_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698