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

Unified Diff: rlz/lib/rlz_value_store.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 | « rlz/lib/recursive_cross_process_lock_posix.h ('k') | sql/connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/lib/rlz_value_store.h
diff --git a/rlz/lib/rlz_value_store.h b/rlz/lib/rlz_value_store.h
index 46e87df3331e75323d827a694cb3a7a176ada9b1..4bd1f093b83af5110556f65d0cb379a0c127d913 100644
--- a/rlz/lib/rlz_value_store.h
+++ b/rlz/lib/rlz_value_store.h
@@ -21,7 +21,9 @@
#include <string>
#include <vector>
+namespace base {
class FilePath;
+}
namespace rlz_lib {
@@ -106,7 +108,7 @@ class ScopedRlzValueStoreLock {
#if defined(OS_POSIX)
namespace testing {
// Prefix |directory| to the path where the RLZ data file lives, for tests.
-void SetRlzStoreDirectory(const FilePath& directory);
+void SetRlzStoreDirectory(const base::FilePath& directory);
// Returns the path of the file used as data store.
std::string RlzStoreFilenameStr();
« no previous file with comments | « rlz/lib/recursive_cross_process_lock_posix.h ('k') | sql/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698