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

Unified Diff: chrome/browser/ui/webui/options2/content_settings_handler.cc

Issue 10698140: Remove "2" suffixes from options2 code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 5 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: chrome/browser/ui/webui/options2/content_settings_handler.cc
diff --git a/chrome/browser/ui/webui/options2/content_settings_handler2.cc b/chrome/browser/ui/webui/options2/content_settings_handler.cc
similarity index 99%
rename from chrome/browser/ui/webui/options2/content_settings_handler2.cc
rename to chrome/browser/ui/webui/options2/content_settings_handler.cc
index 30c26118b7e870f3e385629d09b42a1616d9083b..cbcdb80dbf36f70f17d7603cf934da43b3a6b9aa 100644
--- a/chrome/browser/ui/webui/options2/content_settings_handler2.cc
+++ b/chrome/browser/ui/webui/options2/content_settings_handler.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/ui/webui/options2/content_settings_handler2.h"
+#include "chrome/browser/ui/webui/options2/content_settings_handler.h"
#include <vector>
@@ -317,7 +317,8 @@ ContentSettingsHandler::CachedPepperFlashSettings::CachedPepperFlashSettings()
last_refresh_request_id(0) {
}
-ContentSettingsHandler::CachedPepperFlashSettings::~CachedPepperFlashSettings() {
+ContentSettingsHandler::CachedPepperFlashSettings::~CachedPepperFlashSettings()
+ {
}
struct ContentSettingsHandler::ExContentSettingsTypeNameEntry {

Powered by Google App Engine
This is Rietveld 408576698