diff options
Diffstat (limited to 'chrome/browser/webui/flags_ui.cc')
-rw-r--r-- | chrome/browser/webui/flags_ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/webui/flags_ui.cc b/chrome/browser/webui/flags_ui.cc index c959a5a..ae83a92 100644 --- a/chrome/browser/webui/flags_ui.cc +++ b/chrome/browser/webui/flags_ui.cc @@ -12,10 +12,10 @@ #include "chrome/browser/browser_list.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/browser_thread.h" -#include "chrome/browser/dom_ui/chrome_url_data_manager.h" #include "chrome/browser/prefs/pref_service.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/tab_contents/tab_contents.h" +#include "chrome/browser/webui/chrome_url_data_manager.h" #include "chrome/common/jstemplate_builder.h" #include "chrome/common/pref_names.h" #include "chrome/common/url_constants.h" |