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

Unified Diff: content/utility/utility_thread_impl.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/test/net/url_request_prepackaged_interceptor.h ('k') | crypto/nss_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_thread_impl.h
diff --git a/content/utility/utility_thread_impl.h b/content/utility/utility_thread_impl.h
index 12c76de80e0e27222d9477d6534a2d73b0b895b8..da2ffbd1db0fb264aec61c25935f394449c24ecb 100644
--- a/content/utility/utility_thread_impl.h
+++ b/content/utility/utility_thread_impl.h
@@ -14,7 +14,9 @@
#include "content/common/content_export.h"
#include "content/public/utility/utility_thread.h"
+namespace base {
class FilePath;
+}
namespace content {
class WebKitPlatformSupportImpl;
@@ -42,7 +44,7 @@ class UtilityThreadImpl : public UtilityThread,
void OnBatchModeFinished();
#if defined(OS_POSIX)
- void OnLoadPlugins(const std::vector<FilePath>& plugin_paths);
+ void OnLoadPlugins(const std::vector<base::FilePath>& plugin_paths);
#endif // OS_POSIX
// True when we're running in batch mode.
« no previous file with comments | « content/test/net/url_request_prepackaged_interceptor.h ('k') | crypto/nss_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698