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

Unified Diff: chrome/renderer/searchbox/searchbox_extension.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: Removing sky from OWNERS. 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
« no previous file with comments | « chrome/renderer/searchbox/searchbox.cc ('k') | chrome/renderer/searchbox/searchbox_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/searchbox/searchbox_extension.h
diff --git a/chrome/renderer/searchbox_extension.h b/chrome/renderer/searchbox/searchbox_extension.h
similarity index 85%
rename from chrome/renderer/searchbox_extension.h
rename to chrome/renderer/searchbox/searchbox_extension.h
index 04f1e002c30441b0b4554fe3f8b9bc35689736a2..83e89e71d0007504fdedc8801ef6f2d06197830d 100644
--- a/chrome/renderer/searchbox_extension.h
+++ b/chrome/renderer/searchbox/searchbox_extension.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_EXTENSION_H_
-#define CHROME_RENDERER_SEARCHBOX_EXTENSION_H_
+#ifndef CHROME_RENDERER_SEARCHBOX_SEARCHBOX_EXTENSION_H_
+#define CHROME_RENDERER_SEARCHBOX_SEARCHBOX_EXTENSION_H_
#include "base/basictypes.h"
@@ -38,4 +38,4 @@ class SearchBoxExtension {
} // namespace extensions_v8
-#endif // CHROME_RENDERER_SEARCHBOX_EXTENSION_H_
+#endif // CHROME_RENDERER_SEARCHBOX_SEARCHBOX_EXTENSION_H_
« no previous file with comments | « chrome/renderer/searchbox/searchbox.cc ('k') | chrome/renderer/searchbox/searchbox_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698