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

Unified Diff: content/browser/browser_plugin/old/old_browser_plugin_host.cc

Issue 10830204: Browser Plugin: Rename old colliding files to old_*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/browser/browser_plugin/old/old_browser_plugin_host.cc
diff --git a/content/browser/browser_plugin/old/browser_plugin_host.cc b/content/browser/browser_plugin/old/old_browser_plugin_host.cc
similarity index 98%
rename from content/browser/browser_plugin/old/browser_plugin_host.cc
rename to content/browser/browser_plugin/old/old_browser_plugin_host.cc
index 3d822eb144adc83528366389b08692ca6b1ad023..562ed1476a3868253f659a66d4bce5ac861867a3 100644
--- a/content/browser/browser_plugin/old/browser_plugin_host.cc
+++ b/content/browser/browser_plugin/old/old_browser_plugin_host.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/browser_plugin/old/browser_plugin_host.h"
+#include "content/browser/browser_plugin/old/old_browser_plugin_host.h"
-#include "content/browser/browser_plugin/old/browser_plugin_host_helper.h"
+#include "content/browser/browser_plugin/old/old_browser_plugin_host_helper.h"
#include "content/browser/renderer_host/render_view_host_impl.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/common/old_browser_plugin_messages.h"

Powered by Google App Engine
This is Rietveld 408576698