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

Unified Diff: chrome/browser/omnibox_search_hint.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 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/browser/omnibox_search_hint.h
diff --git a/chrome/browser/omnibox_search_hint.h b/chrome/browser/omnibox_search_hint.h
index 3d92011cab2284f7807f637825d333eb59a2aa34..456e968bf5b946a1df4f2faee2442219708e2bbd 100644
--- a/chrome/browser/omnibox_search_hint.h
+++ b/chrome/browser/omnibox_search_hint.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_BROWSER_OMNIBOX_SEARCH_HINT_
-#define CHROME_BROWSER_OMNIBOX_SEARCH_HINT_
+#ifndef CHROME_BROWSER_OMNIBOX_SEARCH_HINT_H_
+#define CHROME_BROWSER_OMNIBOX_SEARCH_HINT_H_
#include <map>
#include <string>
@@ -58,4 +58,4 @@ class OmniboxSearchHint : public NotificationObserver {
DISALLOW_COPY_AND_ASSIGN(OmniboxSearchHint);
};
-#endif // CHROME_BROWSER_OMNIBOX_SEARCH_HINT_
+#endif // CHROME_BROWSER_OMNIBOX_SEARCH_HINT_H_
« no previous file with comments | « chrome/browser/notifications/desktop_notifications_unittest.h ('k') | chrome/browser/search_engines/template_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698