Index: components/toolbar/toolbar_model_impl.cc |
diff --git a/chrome/browser/ui/toolbar/toolbar_model_impl.cc b/components/toolbar/toolbar_model_impl.cc |
similarity index 96% |
rename from chrome/browser/ui/toolbar/toolbar_model_impl.cc |
rename to components/toolbar/toolbar_model_impl.cc |
index 9a8779c7c0187c0372ace400bc65f086adc03025..10fe412d09c6a862786d134807f0191c0df0554c 100644 |
--- a/chrome/browser/ui/toolbar/toolbar_model_impl.cc |
+++ b/components/toolbar/toolbar_model_impl.cc |
@@ -2,19 +2,19 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/ui/toolbar/toolbar_model_impl.h" |
+#include "components/toolbar/toolbar_model_impl.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/time/time.h" |
#include "build/build_config.h" |
-#include "chrome/browser/ui/toolbar/toolbar_model_delegate.h" |
#include "components/google/core/browser/google_util.h" |
+#include "components/grit/components_scaled_resources.h" |
#include "components/prefs/pref_service.h" |
#include "components/security_state/security_state_model.h" |
+#include "components/strings/grit/components_strings.h" |
+#include "components/toolbar/toolbar_model_delegate.h" |
#include "components/url_formatter/elide_url.h" |
#include "components/url_formatter/url_formatter.h" |
-#include "grit/components_scaled_resources.h" |
-#include "grit/components_strings.h" |
#include "net/cert/cert_status_flags.h" |
#include "net/cert/x509_certificate.h" |
#include "net/ssl/ssl_connection_status_flags.h" |