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

Unified Diff: content/child/webfallbackthemeengine_impl.h

Issue 160023003: Move webfallbackthemeengine_impl.* to content/child/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix namespace nits Created 6 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
Index: content/child/webfallbackthemeengine_impl.h
diff --git a/webkit/child/webfallbackthemeengine_impl.h b/content/child/webfallbackthemeengine_impl.h
similarity index 68%
rename from webkit/child/webfallbackthemeengine_impl.h
rename to content/child/webfallbackthemeengine_impl.h
index fc793e217f429055ead9f89f2a59b63c4b46af3a..6237984a21aa1be420597bb37a35fbdcb6a16cc8 100644
--- a/webkit/child/webfallbackthemeengine_impl.h
+++ b/content/child/webfallbackthemeengine_impl.h
@@ -2,22 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_CHILD_WEBFALLBACKTHEMEENGINE_IMPL_H_
-#define WEBKIT_CHILD_WEBFALLBACKTHEMEENGINE_IMPL_H_
+#ifndef CONTENT_CHILD_WEBFALLBACKTHEMEENGINE_IMPL_H_
+#define CONTENT_CHILD_WEBFALLBACKTHEMEENGINE_IMPL_H_
-#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "third_party/WebKit/public/platform/WebFallbackThemeEngine.h"
-#include "webkit/child/webkit_child_export.h"
namespace ui {
class FallbackTheme;
}
-namespace webkit_glue {
+namespace content {
-class WEBKIT_CHILD_EXPORT WebFallbackThemeEngineImpl :
- NON_EXPORTED_BASE(public blink::WebFallbackThemeEngine) {
+class WebFallbackThemeEngineImpl : public blink::WebFallbackThemeEngine {
public:
WebFallbackThemeEngineImpl();
virtual ~WebFallbackThemeEngineImpl();
@@ -37,6 +34,6 @@ class WEBKIT_CHILD_EXPORT WebFallbackThemeEngineImpl :
DISALLOW_COPY_AND_ASSIGN(WebFallbackThemeEngineImpl);
};
-} // namespace webkit_glue
+} // namespace content
-#endif // WEBKIT_CHILD_WEBFALLBACKTHEMEENGINE_IMPL_H_
+#endif // CONTENT_CHILD_WEBFALLBACKTHEMEENGINE_IMPL_H_
« no previous file with comments | « no previous file | content/child/webfallbackthemeengine_impl.cc » ('j') | content/child/webkitplatformsupport_child_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698