Index: chrome/browser/dom_ui/options/personal_options_handler.cc |
=================================================================== |
--- chrome/browser/dom_ui/options/personal_options_handler.cc (revision 68246) |
+++ chrome/browser/dom_ui/options/personal_options_handler.cc (working copy) |
@@ -4,6 +4,8 @@ |
#include "chrome/browser/dom_ui/options/personal_options_handler.h" |
+#include <string> |
+ |
#include "app/l10n_util.h" |
#include "base/basictypes.h" |
#include "base/callback.h" |
@@ -13,7 +15,6 @@ |
#include "base/values.h" |
#include "build/build_config.h" |
#include "chrome/browser/browser_list.h" |
-#include "chrome/browser/browser_process.h" |
#if defined(OS_CHROMEOS) |
#include "chrome/browser/chromeos/login/user_manager.h" |
#endif |
James Hawkins
2010/12/05 17:58:47
#endif // defined(OS_CHROMEOS)
Lei Zhang
2010/12/05 20:14:49
Done.
|