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

Unified Diff: chrome/renderer/searchbox/searchbox.h

Issue 10825304: Creating a new directory chrome/renderer/searchbox and moving appropriate code to it. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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/renderer/searchbox/searchbox.h
diff --git a/chrome/renderer/searchbox.h b/chrome/renderer/searchbox/searchbox.h
similarity index 92%
rename from chrome/renderer/searchbox.h
rename to chrome/renderer/searchbox/searchbox.h
index 844787068ed4d29926adb1e40e256d71fae00a1b..632db0b9c3a79c7e481e7347ea374cf11f3eb2ca 100644
--- a/chrome/renderer/searchbox.h
+++ b/chrome/renderer/searchbox/searchbox.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_RENDERER_SEARCHBOX_H_
-#define CHROME_RENDERER_SEARCHBOX_H_
+#ifndef CHROME_RENDERER_SEARCHBOX_SEARCHBOX_H_
+#define CHROME_RENDERER_SEARCHBOX_SEARCHBOX_H_
#include <vector>
@@ -63,4 +63,4 @@ class SearchBox : public content::RenderViewObserver,
DISALLOW_COPY_AND_ASSIGN(SearchBox);
};
-#endif // CHROME_RENDERER_SEARCHBOX_H_
+#endif // CHROME_RENDERER_SEARCHBOX_SEARCHBOX_H_

Powered by Google App Engine
This is Rietveld 408576698