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

Unified Diff: content/public/browser/gpu_data_manager.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 | « content/public/browser/download_item.h ('k') | content/public/browser/pepper_flash_settings_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/gpu_data_manager.h
diff --git a/content/public/browser/gpu_data_manager.h b/content/public/browser/gpu_data_manager.h
index c89e9be06b2437582e4492166b9b49af3c812bae..ebe56d62e22a3a567ad21e2bd47e0f2e3460a6b9 100644
--- a/content/public/browser/gpu_data_manager.h
+++ b/content/public/browser/gpu_data_manager.h
@@ -13,10 +13,10 @@
#include "content/public/common/gpu_feature_type.h"
#include "content/public/common/gpu_switching_option.h"
-class FilePath;
class GURL;
namespace base {
+class FilePath;
class ListValue;
}
@@ -66,7 +66,7 @@ class GpuDataManager {
virtual bool ShouldUseSoftwareRendering() const = 0;
// Register a path to the SwiftShader software renderer.
- virtual void RegisterSwiftShaderPath(const FilePath& path) = 0;
+ virtual void RegisterSwiftShaderPath(const base::FilePath& path) = 0;
// Registers/unregister |observer|.
virtual void AddObserver(GpuDataManagerObserver* observer) = 0;
« no previous file with comments | « content/public/browser/download_item.h ('k') | content/public/browser/pepper_flash_settings_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698