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

Unified Diff: chrome/browser/ui/app_list/search/webstore/webstore_installer.h

Issue 23874015: Implement people search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/app_list/search/webstore/webstore_installer.h
diff --git a/chrome/browser/ui/app_list/search/webstore_installer.h b/chrome/browser/ui/app_list/search/webstore/webstore_installer.h
similarity index 85%
rename from chrome/browser/ui/app_list/search/webstore_installer.h
rename to chrome/browser/ui/app_list/search/webstore/webstore_installer.h
index 16363c68d4c8d59e7e3cc96bcc4c30c7473373f8..fc1e88826da0788f6b00ba1c64f6fc287e5ec578 100644
--- a/chrome/browser/ui/app_list/search/webstore_installer.h
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_installer.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_UI_APP_LIST_SEARCH_WEBSTORE_INSTALLER_H_
-#define CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_INSTALLER_H_
+#ifndef CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_WEBSTORE_INSTALLER_H_
+#define CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_WEBSTORE_INSTALLER_H_
#include <string>
@@ -46,4 +46,4 @@ class WebstoreInstaller : public extensions::WebstoreStartupInstaller,
} // namespace app_list
-#endif // CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_INSTALLER_H_
+#endif // CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_WEBSTORE_INSTALLER_H_

Powered by Google App Engine
This is Rietveld 408576698