Index: components/toolbar/toolbar_model_impl.h |
diff --git a/chrome/browser/ui/toolbar/toolbar_model_impl.h b/components/toolbar/toolbar_model_impl.h |
similarity index 89% |
rename from chrome/browser/ui/toolbar/toolbar_model_impl.h |
rename to components/toolbar/toolbar_model_impl.h |
index 37de2b6fe1c9c1d67a7e976a727a51ed0a766435..d50e82cf6fb3243fa3fcfd5a38a86a1f804cc9fe 100644 |
--- a/chrome/browser/ui/toolbar/toolbar_model_impl.h |
+++ b/components/toolbar/toolbar_model_impl.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_TOOLBAR_MODEL_IMPL_H_ |
-#define CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_MODEL_IMPL_H_ |
+#ifndef COMPONENTS_TOOLBAR_TOOLBAR_MODEL_IMPL_H_ |
+#define COMPONENTS_TOOLBAR_TOOLBAR_MODEL_IMPL_H_ |
#include <stddef.h> |
@@ -17,11 +17,6 @@ |
class ToolbarModelDelegate; |
-namespace content { |
-class NavigationController; |
-class WebContents; |
-} |
- |
namespace net { |
class X509Certificate; |
} |
@@ -61,4 +56,4 @@ class ToolbarModelImpl : public ToolbarModel { |
DISALLOW_IMPLICIT_CONSTRUCTORS(ToolbarModelImpl); |
}; |
-#endif // CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_MODEL_IMPL_H_ |
+#endif // COMPONENTS_TOOLBAR_TOOLBAR_MODEL_IMPL_H_ |