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

Unified Diff: chrome/renderer/plugins/plugin_uma.cc

Issue 8461011: Clean up plug-in placeholders: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 1 month 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/renderer/plugins/plugin_uma.h ('k') | chrome/renderer/plugins/plugin_uma_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/plugins/plugin_uma.cc
diff --git a/chrome/renderer/plugin_uma.cc b/chrome/renderer/plugins/plugin_uma.cc
similarity index 99%
rename from chrome/renderer/plugin_uma.cc
rename to chrome/renderer/plugins/plugin_uma.cc
index ad215b74e00895d7db3cb6db02dd967f51fd5578..5f1bec1a5e72d005f23e639a14549dbebc553817 100644
--- a/chrome/renderer/plugin_uma.cc
+++ b/chrome/renderer/plugins/plugin_uma.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 "chrome/renderer/plugin_uma.h"
+#include "chrome/renderer/plugins/plugin_uma.h"
#include <algorithm>
#include <cstring>
« no previous file with comments | « chrome/renderer/plugins/plugin_uma.h ('k') | chrome/renderer/plugins/plugin_uma_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698