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

Unified Diff: chrome/browser/rlz/rlz_extension_api.h

Issue 8374025: Move RLZ extension API to rlz directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: header again Created 9 years, 2 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/browser/extensions/extension_rlz_module.cc ('k') | chrome/browser/rlz/rlz_extension_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/rlz/rlz_extension_api.h
diff --git a/chrome/browser/extensions/extension_rlz_module.h b/chrome/browser/rlz/rlz_extension_api.h
similarity index 85%
rename from chrome/browser/extensions/extension_rlz_module.h
rename to chrome/browser/rlz/rlz_extension_api.h
index 83cb66203870b0241c2338e3c8229c86a55b7905..551f46a659700db0ef98680e9b5007f49f9b0810 100644
--- a/chrome/browser/extensions/extension_rlz_module.h
+++ b/chrome/browser/rlz/rlz_extension_api.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_EXTENSIONS_EXTENSION_RLZ_MODULE_H__
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_RLZ_MODULE_H__
+#ifndef CHROME_BROWSER_RLZ_RLZ_EXTENSION_API_H_
+#define CHROME_BROWSER_RLZ_RLZ_EXTENSION_API_H_
#pragma once
#include "build/build_config.h"
@@ -36,4 +36,4 @@ class RlzClearProductStateFunction : public SyncExtensionFunction {
#endif // defined(OS_WIN)
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_RLZ_MODULE_H__
+#endif // CHROME_BROWSER_RLZ_RLZ_EXTENSION_API_H_
« no previous file with comments | « chrome/browser/extensions/extension_rlz_module.cc ('k') | chrome/browser/rlz/rlz_extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698