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

Unified Diff: content/browser/hyphenator/hyphenator_message_filter.h

Issue 12213066: Use base namespace for FilePath in content/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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: content/browser/hyphenator/hyphenator_message_filter.h
diff --git a/content/browser/hyphenator/hyphenator_message_filter.h b/content/browser/hyphenator/hyphenator_message_filter.h
index c672b6f1da2176dd97ab04d3c5b88759cb74e146..a3216cf0ec90e1d27bbe4afcb625ca0d98952d86 100644
--- a/content/browser/hyphenator/hyphenator_message_filter.h
+++ b/content/browser/hyphenator/hyphenator_message_filter.h
@@ -27,7 +27,7 @@ class CONTENT_EXPORT HyphenatorMessageFilter : public BrowserMessageFilter {
// containing hyphenation dictionaries. When a renderer requests a hyphnation
// dictionary, this class appends a file name (which consists of a locale, a
// version number, and an extension) and use it as a dictionary file.
- void SetDictionaryBase(const FilePath& directory);
+ void SetDictionaryBase(const base::FilePath& directory);
// BrowserMessageFilter implementation.
virtual void OverrideThreadForMessage(
@@ -60,7 +60,7 @@ class CONTENT_EXPORT HyphenatorMessageFilter : public BrowserMessageFilter {
// The directory that includes dictionary files. The default value is the
// directory containing the executable file.
- FilePath dictionary_base_;
+ base::FilePath dictionary_base_;
// A cached dictionary file.
base::PlatformFile dictionary_file_;
« no previous file with comments | « content/browser/gpu/webgl_conformance_test.cc ('k') | content/browser/hyphenator/hyphenator_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698