summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/task_manager/task_manager_table_model.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/task_manager/task_manager_table_model.cc')
-rw-r--r--chrome/browser/ui/task_manager/task_manager_table_model.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/task_manager/task_manager_table_model.cc b/chrome/browser/ui/task_manager/task_manager_table_model.cc
index 6d6cadf..d853780 100644
--- a/chrome/browser/ui/task_manager/task_manager_table_model.cc
+++ b/chrome/browser/ui/task_manager/task_manager_table_model.cc
@@ -10,7 +10,6 @@
#include "base/i18n/number_formatting.h"
#include "base/i18n/rtl.h"
#include "base/macros.h"
-#include "base/prefs/scoped_user_pref_update.h"
#include "base/process/process_handle.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/stringprintf.h"
@@ -23,6 +22,7 @@
#include "chrome/grit/generated_resources.h"
#include "components/nacl/browser/nacl_browser.h"
#include "components/nacl/common/nacl_switches.h"
+#include "components/prefs/scoped_user_pref_update.h"
#include "content/public/common/result_codes.h"
#include "third_party/WebKit/public/web/WebCache.h"
#include "ui/base/l10n/l10n_util.h"