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

Unified Diff: content/renderer/browser_plugin/old/old_browser_plugin.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/renderer/browser_plugin/old/old_browser_plugin.cc
diff --git a/content/renderer/browser_plugin/old/browser_plugin.cc b/content/renderer/browser_plugin/old/old_browser_plugin.cc
similarity index 98%
rename from content/renderer/browser_plugin/old/browser_plugin.cc
rename to content/renderer/browser_plugin/old/old_browser_plugin.cc
index 138812ee1f90a976ed7aaa1d338bfc9492a3dacf..781983ac196e2cd3b883aaad9f6af0ffc10d025b 100644
--- a/content/renderer/browser_plugin/old/browser_plugin.cc
+++ b/content/renderer/browser_plugin/old/old_browser_plugin.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 "content/renderer/browser_plugin/old/browser_plugin.h"
+#include "content/renderer/browser_plugin/old/old_browser_plugin.h"
#include "base/atomic_sequence_num.h"
#include "base/id_map.h"

Powered by Google App Engine
This is Rietveld 408576698