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

Unified Diff: components/toolbar/test_toolbar_model.h

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/DEPS ('k') | components/toolbar/test_toolbar_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/toolbar/test_toolbar_model.h
diff --git a/chrome/browser/ui/toolbar/test_toolbar_model.h b/components/toolbar/test_toolbar_model.h
similarity index 92%
rename from chrome/browser/ui/toolbar/test_toolbar_model.h
rename to components/toolbar/test_toolbar_model.h
index 9acc0c3a36e6ebafa7d4652b46811a8fd84bdfa3..05874532dd7393d563f2a548518fc17e46bad54a 100644
--- a/chrome/browser/ui/toolbar/test_toolbar_model.h
+++ b/components/toolbar/test_toolbar_model.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_TOOLBAR_TEST_TOOLBAR_MODEL_H_
-#define CHROME_BROWSER_UI_TOOLBAR_TEST_TOOLBAR_MODEL_H_
+#ifndef COMPONENTS_TOOLBAR_TEST_TOOLBAR_MODEL_H_
+#define COMPONENTS_TOOLBAR_TEST_TOOLBAR_MODEL_H_
#include <stddef.h>
@@ -65,4 +65,4 @@ class TestToolbarModel : public ToolbarModel {
DISALLOW_COPY_AND_ASSIGN(TestToolbarModel);
};
-#endif // CHROME_BROWSER_UI_TOOLBAR_TEST_TOOLBAR_MODEL_H_
+#endif // COMPONENTS_TOOLBAR_TEST_TOOLBAR_MODEL_H_
« no previous file with comments | « components/toolbar/DEPS ('k') | components/toolbar/test_toolbar_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698