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

Unified Diff: chrome/browser/search_engines/template_url_model.h

Issue 179028: Revert "Fix a ton of compiler warnings." (Closed)
Patch Set: Created 11 years, 4 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/search_engines/template_url_model.h
diff --git a/chrome/browser/search_engines/template_url_model.h b/chrome/browser/search_engines/template_url_model.h
index f58458078e70ffcb97e70da6de9b8daf5c8c1b37..c0e169b6dbe57958fef5f2d896d7cce79ab4f2a0 100644
--- a/chrome/browser/search_engines/template_url_model.h
+++ b/chrome/browser/search_engines/template_url_model.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_TEMPLATE_URL_MODEL_H_
-#define CHROME_BROWSER_TEMPLATE_URL_MODEL_H_
+#ifndef CHROME_BROWSER_TEMPLATE_URL_MODEL_H__
+#define CHROME_BROWSER_TEMPLATE_URL_MODEL_H__
#include <map>
#include <string>
@@ -48,8 +48,6 @@ class TemplateURLModelObserver {
public:
// Notification that the template url model has changed in some way.
virtual void OnTemplateURLModelChanged() = 0;
- protected:
- ~TemplateURLModelObserver() {}
};
class TemplateURLModel : public WebDataServiceConsumer,
@@ -353,4 +351,4 @@ class TemplateURLModel : public WebDataServiceConsumer,
DISALLOW_EVIL_CONSTRUCTORS(TemplateURLModel);
};
-#endif // CHROME_BROWSER_TEMPLATE_URL_MODEL_H_
+#endif // CHROME_BROWSER_TEMPLATE_URL_MODEL_H__
« no previous file with comments | « chrome/browser/search_engines/edit_search_engine_controller.h ('k') | chrome/browser/search_engines/template_url_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698