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

Unified Diff: chrome/browser/chromeos/mobile_config.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/browser/chromeos/mobile_config.h
diff --git a/chrome/browser/chromeos/mobile_config.h b/chrome/browser/chromeos/mobile_config.h
index d422ed4cd76606ddfcaac79e5aa73e7005b5a99e..1c98ff5f13cc0b90b77a3bbe5856e2fbf3004a4d 100644
--- a/chrome/browser/chromeos/mobile_config.h
+++ b/chrome/browser/chromeos/mobile_config.h
@@ -15,10 +15,9 @@
#include "base/time.h"
#include "chrome/browser/chromeos/customization_document.h"
-class FilePath;
-
namespace base {
class DictionaryValue;
+class FilePath;
}
namespace chromeos {
@@ -180,8 +179,8 @@ class MobileConfig : public CustomizationDocument {
const std::string& local_config);
// Executes on FILE thread and reads config files to string.
- void ReadConfigInBackground(const FilePath& global_config_file,
- const FilePath& local_config_file);
+ void ReadConfigInBackground(const base::FilePath& global_config_file,
+ const base::FilePath& local_config_file);
// Maps external carrier ID to internal carrier ID.
CarrierIdMap carrier_id_map_;
« no previous file with comments | « chrome/browser/chromeos/login/user_manager_impl.h ('k') | chrome/browser/chromeos/settings/owner_key_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698