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

Unified Diff: chrome/common/spellcheck_common.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
Index: chrome/common/spellcheck_common.h
diff --git a/chrome/common/spellcheck_common.h b/chrome/common/spellcheck_common.h
index 55f82720c9035f2f3ee1e4a05e34ed42c5587a14..c2d84984b5cdb77c169292783162e22cd7798e39 100644
--- a/chrome/common/spellcheck_common.h
+++ b/chrome/common/spellcheck_common.h
@@ -8,7 +8,9 @@
#include <string>
#include <vector>
+namespace base {
class FilePath;
+}
namespace chrome {
namespace spellcheck_common {
@@ -28,8 +30,8 @@ static const size_t MAX_CUSTOM_DICTIONARY_WORD_BYTES = 99;
typedef std::vector<std::string> WordList;
-FilePath GetVersionedFileName(const std::string& input_language,
- const FilePath& dict_dir);
+base::FilePath GetVersionedFileName(const std::string& input_language,
+ const base::FilePath& dict_dir);
std::string GetCorrespondingSpellCheckLanguage(const std::string& language);
« no previous file with comments | « chrome/common/mac/app_mode_chrome_locator.h ('k') | chrome/installer/launcher_support/chrome_launcher_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698