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

Unified Diff: chrome/browser/extensions/api/chrome_auth_private/chrome_auth_private_api.cc

Issue 10796062: Moving chrome_auth_private to c/b/extensions/api (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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/extensions/api/chrome_auth_private/chrome_auth_private_api.cc
diff --git a/chrome/browser/extensions/extension_chrome_auth_private_api.cc b/chrome/browser/extensions/api/chrome_auth_private/chrome_auth_private_api.cc
similarity index 91%
rename from chrome/browser/extensions/extension_chrome_auth_private_api.cc
rename to chrome/browser/extensions/api/chrome_auth_private/chrome_auth_private_api.cc
index d613cccb076eee0500a841d63e1116ea778ef699..8c4ba6e4c40c5fc59acae05e44380063ecf9532c 100644
--- a/chrome/browser/extensions/extension_chrome_auth_private_api.cc
+++ b/chrome/browser/extensions/api/chrome_auth_private/chrome_auth_private_api.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/extensions/extension_chrome_auth_private_api.h"
+#include "chrome/browser/extensions/api/chrome_auth_private/chrome_auth_private_api.h"
#include <string>
#include "base/values.h"
@@ -17,6 +17,8 @@ bool test_mode = false;
} // namespace
+namespace extensions {
+
SetCloudPrintCredentialsFunction::SetCloudPrintCredentialsFunction() {
}
@@ -47,3 +49,5 @@ bool SetCloudPrintCredentialsFunction::RunImpl() {
void SetCloudPrintCredentialsFunction::SetTestMode(bool test_mode_enabled) {
test_mode = test_mode_enabled;
}
+
+} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698