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

Unified Diff: chrome/profile_import/profile_import_thread.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 | « chrome/installer/util/master_preferences.h ('k') | chrome/renderer/extensions/event_bindings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/profile_import/profile_import_thread.h
===================================================================
--- chrome/profile_import/profile_import_thread.h (revision 92173)
+++ chrome/profile_import/profile_import_thread.h (working copy)
@@ -18,13 +18,13 @@
#include "content/common/child_thread.h"
#include "webkit/glue/password_form.h"
-class DictionaryValue;
class ExternalProcessImporterBridge;
class GURL;
class Importer;
class TemplateURL;
namespace base {
+class DictionaryValue;
class Thread;
}
@@ -75,7 +75,7 @@
void OnImportStart(
const importer::SourceProfile& source_profile,
uint16 items,
- const DictionaryValue& localized_strings);
+ const base::DictionaryValue& localized_strings);
// Calls cleanup to stop the import operation.
void OnImportCancel();
« no previous file with comments | « chrome/installer/util/master_preferences.h ('k') | chrome/renderer/extensions/event_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698