Index: chrome/browser/extensions/api/chrome_auth_private/chrome_auth_private_api.h |
diff --git a/chrome/browser/extensions/extension_chrome_auth_private_api.h b/chrome/browser/extensions/api/chrome_auth_private/chrome_auth_private_api.h |
similarity index 73% |
rename from chrome/browser/extensions/extension_chrome_auth_private_api.h |
rename to chrome/browser/extensions/api/chrome_auth_private/chrome_auth_private_api.h |
index 570b71095eddf3ab9f6797df913e71e3de2803b6..cc348675f39989619f3076d2898db67229242a4e 100644 |
--- a/chrome/browser/extensions/extension_chrome_auth_private_api.h |
+++ b/chrome/browser/extensions/api/chrome_auth_private/chrome_auth_private_api.h |
@@ -2,12 +2,14 @@ |
// 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_CHROME_AUTH_PRIVATE_API_H_ |
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_CHROME_AUTH_PRIVATE_API_H_ |
+#ifndef CHROME_BROWSER_EXTENSIONS_API_CHROME_AUTH_PRIVATE_CHROME_AUTH_PRIVATE_API_H_ |
+#define CHROME_BROWSER_EXTENSIONS_API_CHROME_AUTH_PRIVATE_CHROME_AUTH_PRIVATE_API_H_ |
#include <string> |
#include "chrome/browser/extensions/extension_function.h" |
+namespace extensions { |
+ |
class SetCloudPrintCredentialsFunction : public AsyncExtensionFunction { |
public: |
DECLARE_EXTENSION_FUNCTION_NAME("chromeAuthPrivate.setCloudPrintCredentials"); |
@@ -26,5 +28,6 @@ class SetCloudPrintCredentialsFunction : public AsyncExtensionFunction { |
virtual bool RunImpl() OVERRIDE; |
}; |
+} // namespace extensions |
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_CHROME_AUTH_PRIVATE_API_H_ |
+#endif // CHROME_BROWSER_EXTENSIONS_API_CHROME_AUTH_PRIVATE_CHROME_AUTH_PRIVATE_API_H_ |