Index: chrome/browser/plugins/plugin_finder.cc |
diff --git a/chrome/browser/plugin_finder.cc b/chrome/browser/plugins/plugin_finder.cc |
similarity index 98% |
rename from chrome/browser/plugin_finder.cc |
rename to chrome/browser/plugins/plugin_finder.cc |
index 21e8279dffcdfea588500ee2cea59822b84749d6..91d8016f1128525d0978a8214db16c8e4a56f589 100644 |
--- a/chrome/browser/plugin_finder.cc |
+++ b/chrome/browser/plugins/plugin_finder.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/browser/plugin_finder.h" |
+#include "chrome/browser/plugins/plugin_finder.h" |
#include "base/bind.h" |
#include "base/json/json_reader.h" |
@@ -12,7 +12,7 @@ |
#include "base/utf_string_conversions.h" |
#include "base/values.h" |
#include "chrome/browser/browser_process.h" |
-#include "chrome/browser/plugin_installer.h" |
+#include "chrome/browser/plugins/plugin_installer.h" |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/common/pref_names.h" |
#include "content/public/browser/browser_thread.h" |