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

Unified Diff: content/child/webfallbackthemeengine_impl.cc

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.cc
diff --git a/webkit/child/webfallbackthemeengine_impl.cc b/content/child/webfallbackthemeengine_impl.cc
similarity index 98%
rename from webkit/child/webfallbackthemeengine_impl.cc
rename to content/child/webfallbackthemeengine_impl.cc
index 144c81228d8b73d1ab6e43a4a807999ce330b3fd..c04d4292f663b4c9a4a057ddcf607fe6e981e10c 100644
--- a/webkit/child/webfallbackthemeengine_impl.cc
+++ b/content/child/webfallbackthemeengine_impl.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/child/webfallbackthemeengine_impl.h"
+#include "content/child/webfallbackthemeengine_impl.h"
#include "skia/ext/platform_canvas.h"
#include "third_party/WebKit/public/platform/WebRect.h"
@@ -14,7 +14,7 @@ using blink::WebColor;
using blink::WebRect;
using blink::WebFallbackThemeEngine;
-namespace webkit_glue {
+namespace content {
static ui::NativeTheme::Part NativeThemePart(
WebFallbackThemeEngine::Part part) {
@@ -190,4 +190,4 @@ void WebFallbackThemeEngineImpl::paint(
native_theme_extra_params);
}
-} // namespace webkit_glue
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698