| 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_
|
|
|