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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc

Issue 10699032: autocomplete: Extract AutocompleteResult from autocomplete.*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move comments Created 8 years, 6 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
Index: chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc
diff --git a/chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc b/chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc
index 36927896057754107038cbd17fa1d9cb994088da..46656e00c5a1901ef692a88a4bd1480980222175 100644
--- a/chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc
+++ b/chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc
@@ -8,8 +8,9 @@
#include "ash/display/display_controller.h"
#include "ash/shell.h"
-#include "base/logging.h"
+#include "base/bind.h"
#include "base/json/json_value_converter.h"
+#include "base/logging.h"
#include "base/values.h"
#include "chromeos/display/output_configurator.h"
#include "content/public/browser/web_ui.h"

Powered by Google App Engine
This is Rietveld 408576698