Index: components/toolbar/test_toolbar_model.cc |
diff --git a/chrome/browser/ui/toolbar/test_toolbar_model.cc b/components/toolbar/test_toolbar_model.cc |
similarity index 93% |
rename from chrome/browser/ui/toolbar/test_toolbar_model.cc |
rename to components/toolbar/test_toolbar_model.cc |
index 556c0fbf4584e55be44043e70913f3aad0afeb7b..e1f4cf55ff55b8311eeb1f0f1f369d424f7e0d67 100644 |
--- a/chrome/browser/ui/toolbar/test_toolbar_model.cc |
+++ b/components/toolbar/test_toolbar_model.cc |
@@ -2,9 +2,9 @@ |
// 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/test_toolbar_model.h" |
+#include "components/toolbar/test_toolbar_model.h" |
-#include "grit/components_scaled_resources.h" |
+#include "components/grit/components_scaled_resources.h" |
#include "ui/gfx/vector_icons_public.h" |
TestToolbarModel::TestToolbarModel() |