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

Unified Diff: components/toolbar/toolbar_model_impl.h

Issue 1652153003: Move toolbar_model_{impl,delegate}.{cc,h} to components/toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@3
Patch Set: Add static_cast<int> to fix compilation warning on Win Created 4 years, 10 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/toolbar_model_delegate.h ('k') | components/toolbar/toolbar_model_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/toolbar/toolbar_model_delegate.h ('k') | components/toolbar/toolbar_model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698