diff options
Diffstat (limited to 'chrome/browser/chromeos/webui/accounts_options_handler.cc')
-rw-r--r-- | chrome/browser/chromeos/webui/accounts_options_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/webui/accounts_options_handler.cc b/chrome/browser/chromeos/webui/accounts_options_handler.cc index 72b4b97..574d028 100644 --- a/chrome/browser/chromeos/webui/accounts_options_handler.cc +++ b/chrome/browser/chromeos/webui/accounts_options_handler.cc @@ -5,7 +5,7 @@ #include "chrome/browser/chromeos/webui/accounts_options_handler.h" #include "base/json/json_reader.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "base/utf_string_conversions.h" #include "base/values.h" #include "chrome/browser/browser_process.h" |