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

Unified Diff: chrome/common/net/chrome_url_fixer_client.cc

Issue 316203003: Componentize GoogleURLTracker(InfoBarDelegate,MapEntry,NavHelper) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 6 years, 6 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 | « chrome/common/net/chrome_url_fixer_client.h ('k') | components/components_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/chrome_url_fixer_client.cc
diff --git a/tools/clang/blink_gc_plugin/tests/inner_class.cpp b/chrome/common/net/chrome_url_fixer_client.cc
similarity index 53%
copy from tools/clang/blink_gc_plugin/tests/inner_class.cpp
copy to chrome/common/net/chrome_url_fixer_client.cc
index 49c24602880eff5aef69854001abb245dda945fd..97b5462fc0f5699624f26b1303a6b771058fb3e5 100644
--- a/tools/clang/blink_gc_plugin/tests/inner_class.cpp
+++ b/chrome/common/net/chrome_url_fixer_client.cc
@@ -2,13 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "inner_class.h"
+#include "chrome/common/net/chrome_url_fixer_client.h"
-namespace WebCore {
-
-void SomeObject::InnerObject::trace(Visitor* visitor)
-{
- // Missing: visitor->trace(m_obj);
+ChromeURLFixerClient::ChromeURLFixerClient() {
}
+ChromeURLFixerClient::~ChromeURLFixerClient() {
}
« no previous file with comments | « chrome/common/net/chrome_url_fixer_client.h ('k') | components/components_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698