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

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

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
Index: chrome/renderer/plugins/plugin_uma.h
diff --git a/chrome/renderer/plugin_uma.h b/chrome/renderer/plugins/plugin_uma.h
similarity index 93%
rename from chrome/renderer/plugin_uma.h
rename to chrome/renderer/plugins/plugin_uma.h
index 411a8ae807ee007a000816388428fb7c5b8cc186..f1eb4cf2d701a2a35cc7f89c81291d43224bd2b5 100644
--- a/chrome/renderer/plugin_uma.h
+++ b/chrome/renderer/plugins/plugin_uma.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_RENDERER_PLUGIN_UMA_H_
-#define CHROME_RENDERER_PLUGIN_UMA_H_
+#ifndef CHROME_RENDERER_PLUGINS_PLUGIN_UMA_H_
+#define CHROME_RENDERER_PLUGINS_PLUGIN_UMA_H_
#include <string>
@@ -66,5 +66,5 @@ class MissingPluginReporter {
DISALLOW_COPY_AND_ASSIGN(MissingPluginReporter);
};
-#endif // CHROME_RENDERER_PLUGIN_UMA_H_
+#endif // CHROME_RENDERER_PLUGINS_PLUGIN_UMA_H_

Powered by Google App Engine
This is Rietveld 408576698