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

Unified Diff: chrome/browser/plugins/plugin_status_pref_setter.cc

Issue 10933044: Move chrome/browser/plugin_* to chrome/browser/plugins/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@remove_plugin_group
Patch Set: . Created 8 years, 3 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
« no previous file with comments | « chrome/browser/plugins/plugin_status_pref_setter.h ('k') | chrome/browser/policy/policy_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_status_pref_setter.cc
diff --git a/chrome/browser/plugin_status_pref_setter.cc b/chrome/browser/plugins/plugin_status_pref_setter.cc
similarity index 93%
rename from chrome/browser/plugin_status_pref_setter.cc
rename to chrome/browser/plugins/plugin_status_pref_setter.cc
index a3dd74335e4dc10c768c1b48a040ab26790cf1b2..dc3a91a11b9d5019a4ae827d4d0695e49e127607 100644
--- a/chrome/browser/plugin_status_pref_setter.cc
+++ b/chrome/browser/plugins/plugin_status_pref_setter.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/plugin_status_pref_setter.h"
+#include "chrome/browser/plugins/plugin_status_pref_setter.h"
#include "base/bind.h"
#include "chrome/browser/pepper_flash_settings_manager.h"
-#include "chrome/browser/plugin_data_remover_helper.h"
-#include "chrome/browser/plugin_prefs.h"
+#include "chrome/browser/plugins/plugin_data_remover_helper.h"
+#include "chrome/browser/plugins/plugin_prefs.h"
#include "chrome/browser/prefs/pref_service.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/chrome_notification_types.h"
« no previous file with comments | « chrome/browser/plugins/plugin_status_pref_setter.h ('k') | chrome/browser/policy/policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698