Index: chrome/browser/external_protocol_handler.cc |
=================================================================== |
--- chrome/browser/external_protocol_handler.cc (revision 71345) |
+++ chrome/browser/external_protocol_handler.cc (working copy) |
@@ -4,18 +4,16 @@ |
#include "chrome/browser/external_protocol_handler.h" |
-#include "build/build_config.h" |
- |
#include <set> |
#include "base/logging.h" |
#include "base/message_loop.h" |
#include "base/string_util.h" |
#include "base/threading/thread.h" |
+#include "build/build_config.h" |
#include "chrome/browser/browser_process_impl.h" |
#include "chrome/browser/platform_util.h" |
#include "chrome/browser/prefs/pref_service.h" |
-#include "chrome/browser/ui/browser.h" |
#include "chrome/common/pref_names.h" |
#include "googleurl/src/gurl.h" |
#include "net/base/escape.h" |