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

Unified Diff: extensions/common/manifest_handlers/incognito_info.cc

Issue 61823004: Move chrome/common/extensions/incognito_handler.h to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 | « extensions/common/manifest_handlers/incognito_info.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/manifest_handlers/incognito_info.cc
diff --git a/chrome/common/extensions/incognito_handler.cc b/extensions/common/manifest_handlers/incognito_info.cc
similarity index 97%
rename from chrome/common/extensions/incognito_handler.cc
rename to extensions/common/manifest_handlers/incognito_info.cc
index ca3148066fc283ecb32f8c8d06b3603939b02c95..686c84bb190c9aae2f60d8ab35a7754bab35952e 100644
--- a/chrome/common/extensions/incognito_handler.cc
+++ b/extensions/common/manifest_handlers/incognito_info.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/common/extensions/incognito_handler.h"
+#include "extensions/common/manifest_handlers/incognito_info.h"
#include "base/memory/scoped_ptr.h"
#include "base/strings/utf_string_conversions.h"
« no previous file with comments | « extensions/common/manifest_handlers/incognito_info.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698