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

Unified Diff: components/toolbar/test_toolbar_model.cc

Issue 1634743003: Componentize TestToolbarModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp dependency Created 4 years, 11 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
« no previous file with comments | « components/toolbar/test_toolbar_model.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « components/toolbar/test_toolbar_model.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698