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

Unified Diff: chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc

Issue 9959097: Move webNavigation extension api into a separate directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/web_navigation/web_navigation_api_constants.cc
diff --git a/chrome/browser/extensions/extension_webnavigation_api_constants.cc b/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc
similarity index 78%
rename from chrome/browser/extensions/extension_webnavigation_api_constants.cc
rename to chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc
index e57ebd55b5552657f6c21495fe1a6dc1c745d742..ebc3523d42e5802c584e60395b03aab96bc41ed6 100644
--- a/chrome/browser/extensions/extension_webnavigation_api_constants.cc
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc
@@ -1,10 +1,12 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// 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_webnavigation_api_constants.h"
+#include "chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h"
-namespace extension_webnavigation_api_constants {
+namespace extensions {
+
+namespace web_navigation_api_constants {
const char kErrorKey[] = "error";
const char kErrorOccurredKey[] = "errorOccurred";
@@ -28,4 +30,6 @@ const char kOnErrorOccurred[] = "webNavigation.onErrorOccurred";
const char kOnReferenceFragmentUpdated[] =
"webNavigation.onReferenceFragmentUpdated";
-} // namespace extension_webnavigation_api_constants
+} // namespace web_navigation_api_constants
+
+} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698